HomeStore
HomeStore copied to clipboard
[perf improvement] go lockless between allocation into different chunks
ReplDev doesn't distinguish whether alloc writes are from same shard or not. From HomeStore we want to parallel those allocation on different chunks, and only sequentialize for allocation/writes on same chunk to achieve much better HDD write performance (for NVMe it doesn't matter).
This enhancement should only be on when underlying is HDD devices.