VictoriaMetrics/app/vmselect
Aliaksandr Valialkin 12b87b2088 app/vmselect/netstorage: reset big result values every 10 seconds instead of after processing every time series
This should reduce GC pressure when processing time series with big number of rows
2020-06-24 19:37:35 +03:00
..
deployment Rootless docker images by default (#358) 2020-03-27 21:18:32 +02:00
netstorage app/vmselect/netstorage: reset big result values every 10 seconds instead of after processing every time series 2020-06-24 19:37:35 +03:00
prometheus app/vmselect: fix the error after 936f35920a 2020-06-12 22:00:45 +03:00
promql vmselect: fix label_replace when mismatch (#579) 2020-06-23 23:54:29 +03:00
main.go all: print --help output to stdout instead of stderr 2020-05-16 12:03:06 +03:00
Makefile all: publish Docker images for the following GOARCH: amd64, arm, arm64, ppc64le and 386 2019-12-11 23:33:11 +02: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.