cockroachdb / cockroachdb/pebble
disagg: investigate populating secondary cache when compacting
Open
A-storage
C-performance
T-storage
- Dominant language
- Go
- Stars
- 6k
- Forks
- 584
- Avg merge
- 16h 35m
- Merged PRs (30d)
- 5
Description
Experiment showed that blindly adding all compaction output data to the cache is not beneficial. Investigate more advanced schemes where we keep track which input blocks were in the cache, and add only the corresponding output blocks to the cache.
Jira issue: PEBBLE-190
Epic CRDB-40358
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.