VictoriaMetrics/app/vmselect
Aliaksandr Valialkin 092c9b39a8 app/vmselect/promql: remove empty time series after applying filters like q > 0
This should reduce CPU and RAM usage for queries over high number of time series.
2019-07-12 19:59:49 +03:00
..
deployment all: open-sourcing cluster version 2019-05-23 00:25:38 +03:00
netstorage app/vmselect/promql: parallelize incremental aggregation to multiple CPU cores 2019-07-12 15:53:12 +03:00
prometheus app/vmselect/promql: parallelize incremental aggregation to multiple CPU cores 2019-07-12 15:53:12 +03:00
promql app/vmselect/promql: remove empty time series after applying filters like q > 0 2019-07-12 19:59:49 +03:00
main.go lib/flagutil: add NewArray helper func 2019-06-18 10:44:09 +03:00
Makefile all: remove -p XXXX:XXXX from docker run options, since it is unnesessary if --net=host is set 2019-05-24 12:53:12 +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.