Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to automate compaction on close. 40x too big. #9

Closed
linas opened this issue Mar 6, 2021 · 2 comments
Closed

Need to automate compaction on close. 40x too big. #9

linas opened this issue Mar 6, 2021 · 2 comments

Comments

@linas
Copy link
Member

linas commented Mar 6, 2021

Running the learning kit on a tiny dictionary resulted in this:

$ du -s *rdb
21710584        gram-2.rdb   <<<<<<<<<<< wtf 21GB really?

closing and opening gives:

538360  gram-2.rdb  << half a GB. That's more like it.

which is a 40x compaction. That's sick. That's too big.

@linas
Copy link
Member Author

linas commented Mar 6, 2021

See also issue #10. Also has a 40x too-large RAM usage.

@linas
Copy link
Member Author

linas commented Apr 13, 2021

Fixing issue #10 appears to fix this problem as well. Wow!

@linas linas closed this as completed Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant