VictoriaMetrics/app/vmstorage
Aliaksandr Valialkin 880b1d80b1 app/vmselect: optimize /api/v1/series by skipping storage data
Fetch and process only time series metainfo.
2019-08-04 23:00:46 +03:00
..
deployment all: open-sourcing cluster version 2019-05-23 00:25:38 +03:00
transport app/vmselect: optimize /api/v1/series by skipping storage data 2019-08-04 23:00:46 +03:00
main.go app/vmstorage: consistency renaming for ignored rows metrics 2019-07-26 20:02:24 +03: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.