VictoriaMetrics/app/vmselect/netstorage
Aliaksandr Valialkin dfb113f175 app/vmselect/netstorage: reduce memory allocations when unpacking time series data by using a pool for unpackWork entries
This should slightly reduce load on GC when processing queries that touch big number of time series.

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/646 according to the provided memory profile there.
2020-07-22 15:03:57 +03:00
..
netstorage.go app/vmselect/netstorage: reduce memory allocations when unpacking time series data by using a pool for unpackWork entries 2020-07-22 15:03:57 +03:00