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
This causes eviction thashing, for layers which are repeatedly used by compaction: they'll be evicted sooner than they should be.
It's also interesting that the compaction code is downloading layers it doesn't really read: maybe it's just reading the index, or maybe it's really downloading something unnecessarily?
This causes eviction thashing, for layers which are repeatedly used by compaction: they'll be evicted sooner than they should be.
It's also interesting that the compaction code is downloading layers it doesn't really read: maybe it's just reading the index, or maybe it's really downloading something unnecessarily?
(Internal example: https://neondb.slack.com/archives/C033RQ5SPDH/p1717173240981649?thread_ts=1717173149.850249&cid=C033RQ5SPDH)
The text was updated successfully, but these errors were encountered: