Files
ternfs-XTXMarkets/go/ternblocks
Copilot c8cf261bc9 ternblocks: Decide read-ahead based on storage class, skip fadvise for FLASH
Remove -read-whole-file flag and decide read-ahead behavior based on
storage class: always read ahead for HDD, never for FLASH. Only issue
fadvise syscall when reading ahead to save unnecessary syscalls for FLASH
storage.

Fixes #47

Co-authored-by: mcrnic <miroslav.crnic@xtxmarkets.com>
2025-11-17 17:12:40 +00:00
..