Replies: 2 comments 3 replies
-
Ah! This is already on my todo list, this only happens when you never use a snapshot read or any transactions, because the GC watermark is never increased, so old versions are never below that watermark. Tracking: #86 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Should be resolved by #87 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am inserting repeatedly 1_000_000 items with the same 1 million keys and a single byte array value and my db is keep growing,
I have searched for a method to reclaim disk space, but I haven't found one.
Is there a catch or is just me being ... me ? :)
Beta Was this translation helpful? Give feedback.
All reactions