VictoriaMetrics/app/vmselect/netstorage
Aliaksandr Valialkin 458d412bb6 app/vmselect/netstorage: adaptively adjust the maximum inmemory file size for storing temporary blocks
The maximum inmemory file size now depends on `-memory.allowedPercent`.
This should improve performance and reduce the number of filesystem calls
on machines with big amounts of RAM when performing heavy queries
over big number of samples and time series.
2019-09-03 13:32:18 +03:00
..
fadvise_darwin.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
fadvise_freebsd.go all: port to FreeBSD on GOARCH=amd64 2019-08-28 01:46:09 +03:00
fadvise_linux.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
netstorage.go app/vmselect: optimize /api/v1/series by skipping storage data 2019-08-04 23:00:46 +03:00
tmp_blocks_file_test.go app/vmselect/netstorage: adaptively adjust the maximum inmemory file size for storing temporary blocks 2019-09-03 13:32:18 +03:00
tmp_blocks_file.go app/vmselect/netstorage: adaptively adjust the maximum inmemory file size for storing temporary blocks 2019-09-03 13:32:18 +03:00