VictoriaMetrics/app/vmselect/netstorage
Aliaksandr Valialkin fcf57f9883 app/vmselect/netstorage: substitute sorting packedTimeseries with the natural order of the fetched blocks
This should minimize the number of disk seeks when reading data from temporary file.
2020-04-26 16:26:23 +03:00
..
netstorage.go app/vmselect/netstorage: substitute sorting packedTimeseries with the natural order of the fetched blocks 2020-04-26 16:26:23 +03:00
tmp_blocks_file.go lib/fs: optimize small reads for ReaderAt.MustReadAt by reading from memory-mapped space instead of reading from file descriptor 2020-01-30 15:09:05 +02:00
tmp_blocks_file_test.go app/vmselect/netstorage: marshal block outside tmpBlocksFile.WriteBlock 2019-09-28 21:07:13 +03:00