Athi2019rit
Results
2
comments of
Athi2019rit
> A block stays in block cache until evicted by LRU. So even the expired entries from sst files are removed during compaction. The cache still holds the value until...
> SST file lookups are not particularly fast. You could try row cache to bypass SST file lookups. It'll use more memory though. Yes, but read happens from block cache...