VictoriaMetrics/app/vmselect/netstorage
Aliaksandr Valialkin 23a310cc68 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:46:17 +03:00
..
netstorage.go app/vmselect/netstorage: substitute sorting packedTimeseries with the natural order of the fetched blocks 2020-04-26 16:46:17 +03:00
tmp_blocks_file_test.go app/vmselect/netstorage: marshal block outside tmpBlocksFile.WriteBlock 2019-09-28 20:57:20 +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:16:16 +02:00