VictoriaMetrics/app/vmstorage
2019-11-10 00:20:32 +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: implement per-day inverted index 2019-11-10 00:20:32 +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.