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
In repo.rs compaction is an optional step that occurs at time of save. and in fs_store.rs compaction is a step that happens independent of what is going on.
I think in alex's implementation it assumes that the live path will only ever run append and something else will run compact (but never incremental).
The InMemoryStore tells a very different story, and it is replacing the contents.
No description provided.
The text was updated successfully, but these errors were encountered: