VictoriaMetrics/app/vmselect/netstorage
Aliaksandr Valialkin bd4299fafe 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
2020-07-22 15:04:42 +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:04:42 +03:00
tmp_blocks_file.go all: use %w instead of %s for wrapping errors in fmt.Errorf 2020-06-30 23:33:46 +03:00
tmp_blocks_file_test.go all: use %w instead of %s for wrapping errors in fmt.Errorf 2020-06-30 23:33:46 +03:00