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
cache: don't mark blocks as accessed for background work
We don't want block cache hits for compactions to cause the respective
block to stay in the cache longer (in fact, it is about to become
obsolete). This change adds a `Peek()` method to the block cache which
is like `Get()` but does not mark the block as recently accessed.
0 commit comments