VictoriaMetrics/app
Aliaksandr Valialkin 63b05c0b9f app/vmselect/promql: adjust memory limits calculations for incremental aggregate functions
Incremental aggregate functions don't keep all the selected time series in memory -
they keep only up to GOMAXPROCS time series for incremental aggregations.

Take into account that the number of time series in RAM can be higher if they are split
into many groups with `by (...)` or `without (...)` modifiers.

This should reduce the number of `not enough memory for processing ... data points` false
positive errors.
2019-11-08 21:21:07 +02:00
..
victoria-metrics all: add support for GOARCH=386 and fix all the issues related to 32-bit architectures such as GOARCH=arm 2019-10-17 18:23:23 +03:00
vmbackup app/{vmbackup,vmrestore}: add vmbackup and vmrestore tools for creating backups on s3 or gcs from instant snapshots 2019-11-08 21:21:07 +02:00
vminsert all: make fmt 2019-10-17 20:04:34 +03:00
vmrestore app/{vmbackup,vmrestore}: add vmbackup and vmrestore tools for creating backups on s3 or gcs from instant snapshots 2019-11-08 21:21:07 +02:00
vmselect app/vmselect/promql: adjust memory limits calculations for incremental aggregate functions 2019-11-08 21:21:07 +02:00
vmstorage lib/storage: add inmemory inverted index for the last hour 2019-11-08 21:21:07 +02:00