app/vmselect: reduce memory usage when query touches big number of time series

This commit is contained in:
Aliaksandr Valialkin 2020-11-04 16:46:10 +02:00
parent c736339843
commit 692f5d7bca

View file

@ -1,6 +1,9 @@
# tip
* FEATURE: reduce memory usage when query touches big number of time series.
# [v1.45.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.45.0)
* FEATURE: allow setting `-retentionPeriod` smaller than one month. I.e. `-retentionPeriod=3d`, `-retentionPeriod=2w`, etc. is supported now.