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
{{ message }}
This repository was archived by the owner on Dec 1, 2024. It is now read-only.
We saw the compactRange function has been exposed on leveldown, we don't know the reason why it is not exposed on levelup but is there any chance you are thinking of it or accepting such PR?
In our company, we have a workload with a lot of writes and a lot of deletes (using level). From there we discovered that the compaction of leveldb does not work the way we want; it took sometimes days or more not compacting the database even with a long very light load afterward. We therefore want to control the compaction, but cannot do that as levelup does not expose compactRange.
Let us now if it is a possibility or if we are missing something here.