VictoriaMetrics/app/vmstorage
Aliaksandr Valialkin c57eb0ff83 lib/storage: add -disableRecentHourIndex flag for disabling inmemory index for recent hour
This may be useful for saving RAM on high number of time series aka high cardinality
2019-11-13 15:02:51 +02:00
..
main.go lib/storage: add -disableRecentHourIndex flag for disabling inmemory index for recent hour 2019-11-13 15:02:51 +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.