You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, the disk cache region to evict is picked following the 2 rules:
Pick by invalid ratio > 0.8.
Pick in FIFO order.
However, disk cache is currently not compaction-aware, which means the invalid ratio is only calculated by removal ratio, no compacted blocks included.
Describe the solution you'd like
Actively remove compacted blocks, or introduce a disk cache eviction picker to solve.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, the disk cache region to evict is picked following the 2 rules:
However, disk cache is currently not compaction-aware, which means the invalid ratio is only calculated by removal ratio, no compacted blocks included.
Describe the solution you'd like
Actively remove compacted blocks, or introduce a disk cache eviction picker to solve.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: