VictoriaMetrics/app/vmstorage
Aliaksandr Valialkin 0063c857f5 lib/storage: add inmemory inverted index for the last hour
It should improve performance for `last N hours` dashboards with update intervals smaller than 1 hour.
2019-11-08 19:37:46 +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 inmemory inverted index for the last hour 2019-11-08 19:37:46 +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.