diff --git a/FAQ.md b/FAQ.md index b71172a..57a7050 100644 --- a/FAQ.md +++ b/FAQ.md @@ -37,7 +37,7 @@ * Q: _Does VictoriaMetrics use Prometheus technologies like other clustered TSDBs built on top of Prometheus such as [M3 from Uber](https://eng.uber.com/m3/), [Thanos](https://github.com/improbable-eng/thanos), [Cortex](https://github.com/cortexproject/cortex)?_ - A: No. VictoriaMetrics core is written in Go from scratch by [fasthttp](https://github.com/valyala/fasthttp) [author](https://github.com/valyala). Its' core doesn't use third-party technologies and libraries. The architecture is optimized for storing and querying large amounts of timeseries data with high cardinality. VictoriaMetrics storage uses [certain ideas from ClickHouse](https://clickhouse.yandex/). Special thanks to [Alexey Milovidov](https://github.com/alexey-milovidov). + A: No. VictoriaMetrics core is written in Go from scratch by [fasthttp](https://github.com/valyala/fasthttp) [author](https://github.com/valyala). The architecture is optimized for storing and querying large amounts of timeseries data with high cardinality. VictoriaMetrics storage uses [certain ideas from ClickHouse](https://clickhouse.yandex/). Special thanks to [Alexey Milovidov](https://github.com/alexey-milovidov). * Q: _What is the pricing for VictoriaMetrics?_