VictoriaMetrics/app/vmselect
Aliaksandr Valialkin 946ca438a6 app/vmselect/netstorage: marshal block outside tmpBlocksFile.WriteBlock
This also allows marshaling outside lock, thus reducing the amount of work under the lock.
2019-09-28 20:57:20 +03:00
..
deployment all: open-sourcing cluster version 2019-05-23 00:25:38 +03:00
netstorage app/vmselect/netstorage: marshal block outside tmpBlocksFile.WriteBlock 2019-09-28 20:57:20 +03:00
prometheus app/vmselect/prometheus: do not adjust start and end args in /api/v1/query_range if nocache=1 arg is set 2019-09-04 13:10:17 +03:00
promql app/vmselect/promql: do not generate timestamps for NaN values in timestamp function according to Prometheus logic 2019-09-27 18:55:16 +03:00
main.go lib/fs: add MustStopDirRemover for waiting until pending directories are removed on graceful shutdown 2019-09-05 11:17:17 +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

vmselect performs the following tasks:

  • Splits incoming selects to tasks for vmstorage nodes and issues these tasks to all the vmstorage nodes in the cluster.

  • Merges responses from all the vmstorage nodes and returns a single response.