storage: investigate interaction between SST sideloading and raft entry cache #31688
Labels
A-kv-replication
Relating to Raft, consensus, and coordination.
C-performance
Perf of queries or internals. Solution not expected to change functional behavior.
Currently we use the Raft entry cache to hold on to the SSTable payloads when they are inlined as this saves roundtrips to disk. However, since the entry cache is shared across the store, workloads running concurrently with a RESTORE operation could see their performance severely degraded.
The text was updated successfully, but these errors were encountered: