VictoriaMetrics/app/vmselect/promql
Aliaksandr Valialkin a336bb4e22 app/vmselect/promql: reduce RAM usage for aggregates over big number of time series
Calculate incremental aggregates for `aggr(metric_selector)` function instead of
keeping all the time series matching the given `metric_selector` in memory.
2019-07-10 13:04:39 +03:00
..
aggr.go app/vmselect/promql: extract rmoeveGroupTags function for removing unneeded tags from MetricName according to the given modifierExpr 2019-07-09 23:20:48 +03:00
aggr_incremental.go app/vmselect/promql: reduce RAM usage for aggregates over big number of time series 2019-07-10 13:04:39 +03:00
aggr_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
arch_amd64.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
arch_arm.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
arch_arm64.go app/victoria-metrics: add make victoria-metrics-arm64 rule for building GOARCH=arm64 binary 2019-05-29 23:07:14 +03:00
binary_op.go app/vmselect/promql: do not strip __name__ form time series after binary comparison operation 2019-06-21 13:09:38 +03:00
binary_op_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
eval.go app/vmselect/promql: reduce RAM usage for aggregates over big number of time series 2019-07-10 13:04:39 +03:00
exec.go app/vmselect/promql: mention -search.logSlowQueryDuration flag value in the slow query log message 2019-07-10 00:41:24 +03:00
exec_test.go app/vmselect/promql: extract rmoeveGroupTags function for removing unneeded tags from MetricName according to the given modifierExpr 2019-07-09 23:20:48 +03:00
lexer.go app/vmselect/promql: allow escaping identifiers with \ and \xXX 2019-05-31 17:35:17 +03:00
lexer_test.go app/vmselect/promql: allow escaping identifiers with \ and \xXX 2019-05-31 17:35:17 +03:00
memory_limiter.go app/vmselect/promql: use dynamic limit on memory for concurrent queries 2019-06-12 23:18:44 +03:00
memory_limiter_test.go app/vmselect/promql: use dynamic limit on memory for concurrent queries 2019-06-12 23:18:44 +03:00
parser.go app/vmselect/promql: suppress error when template func is used inside modifier list. Just leave it as is 2019-06-25 20:43:22 +03:00
parser_test.go app/vmselect/promql: suppress error when template func is used inside modifier list. Just leave it as is 2019-06-25 20:43:22 +03:00
regexp_cache.go app/vmselect/promql: typo fix; updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/69 2019-06-20 14:33:47 +03:00
rollup.go app/vmselect/promql: gracefully handle duplicate timestamps in irate and rollup_rate funcs 2019-07-03 12:39:55 +03:00
rollup_result_cache.go app/vmselect/promql: reduce RAM usage for aggregates over big number of time series 2019-07-10 13:04:39 +03:00
rollup_result_cache_test.go app/vmselect/promql: reduce RAM usage for aggregates over big number of time series 2019-07-10 13:04:39 +03:00
rollup_test.go app/vmselect/promql: gracefully handle duplicate timestamps in irate and rollup_rate funcs 2019-07-03 12:39:55 +03:00
rollup_timing_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
timeseries.go app/vmselect/promql: reduce RAM usage for aggregates over big number of time series 2019-07-10 13:04:39 +03:00
timeseries_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
transform.go app/vmselect/promql: properly preserve metric name after applying functions in any case from transformFuncsKeepMetricGroup 2019-07-09 23:10:35 +03:00