VictoriaMetrics/app/vmstorage
Aliaksandr Valialkin d68546aa4a lib/storage: pre-fetch metricNames for the found metricIDs in Search.Init
This should speed up Search.NextMetricBlock loop for big number of found time series.
2020-01-30 15:08:51 +02:00
..
main.go lib/storage: pre-fetch metricNames for the found metricIDs in Search.Init 2020-01-30 15:08: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.