VictoriaMetrics/app/vmstorage
Aliaksandr Valialkin 633dd81bb5 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:10:12 +02:00
..
deployment all: open-sourcing cluster version 2019-05-23 00:25:38 +03:00
transport all: report the number of bytes read on io.ReadFull error 2019-09-11 14:50:24 +03:00
main.go lib/storage: add -disableRecentHourIndex flag for disabling inmemory index for recent hour 2019-11-13 15:10:12 +02:00
Makefile all: small updates after PR #114 2019-07-24 17:43:43 +03:00
README.md all: open-sourcing cluster version 2019-05-23 00:25:38 +03:00

vmstorage performs the following tasks:

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

  • Performs select requests from vmselect nodes.