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
The leveled compaction policy decision only looks at the root collection when making its decision in compactMaybe(). Maybe need to recursively examine the child collections.
One thought is if any collection in the collection hierarchy needs a full compaction, then that's the overriding priority.
The leveled compaction policy decision only looks at the root collection when making its decision in compactMaybe(). Maybe need to recursively examine the child collections.
One thought is if any collection in the collection hierarchy needs a full compaction, then that's the overriding priority.
See also... #40
The text was updated successfully, but these errors were encountered: