Updated FAQ (markdown)

Aliaksandr Valialkin 2018-10-07 00:05:31 +03:00
parent 517731a06f
commit c56ad06cb7

16
FAQ.md

@ -25,6 +25,22 @@
A: No. VictoriaMetrics core is written from scratch in Go by [fasthttp](https://github.com/valyala/fasthttp) author - [valyala](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/docs/en/development/architecture/). Special thanks to [Alexey Milovidov](https://github.com/alexey-milovidov).
* Q: _What is the pricing for VictoriaMetrics?_
A: The pricing model will be `pay as you go`. The following resources will be paid:
- Time series values pushed into VictoriaMetrics. The pricing will depend on data retention - longer retention costs higher.
- Time series values scanned during queries.
- Outgoing bandwidth used for query results.
- The number of unique timeseries.
The pricing will be the lowest on the market thanks to highly optimized VictoriaMetrics core.
* Q: _Which hosting does VictoriaMetrics use?_
A: VictoriaMetrics is hosted in [Google Cloud](https://cloud.google.com/).
* Q: _How to report bugs and feature requests?_
A: Report bugs and feature requests [here](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/new).