VictoriaMetrics/app/vmstorage
Aliaksandr Valialkin 5810ba57c2 lib/storage: use specialized cache for (date, metricID) entries
This improves ingestion performance.
2019-11-09 23:06:11 +02:00
..
main.go lib/storage: use specialized cache for (date, metricID) entries 2019-11-09 23:06:11 +02:00
README.md all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00

vmstorage performs the following tasks:

  • Accepts inserts from vminsert and stores them to local storage.

  • Performs select requests from vmselect.