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

Fix memory leak when using PebblesDB with small key-value pairs #24

Open
vijay03 opened this issue Sep 24, 2019 · 4 comments
Open

Fix memory leak when using PebblesDB with small key-value pairs #24

vijay03 opened this issue Sep 24, 2019 · 4 comments

Comments

@vijay03
Copy link
Member

vijay03 commented Sep 24, 2019

PebblesDB has a known memory-leak when used with a large number of small key-value pairs. This doesn't appear for some reason when PebblesDB is used with large key-value pairs (the default). This doesn't affect default behavior, but we would like to fix this going forward.

@lurais
Copy link

lurais commented Apr 28, 2023

Hello, has this been fixed now? @vijay03

@vijay03
Copy link
Member Author

vijay03 commented Apr 28, 2023

No, not yet. I want to note that the problem doesn't appear for the default key-value pair sizes, so if you use those you will be fine.

@lurais
Copy link

lurais commented Apr 28, 2023

default key-value pair sizes

hello, Is there any detail info about default key-value pair sizes ?

@vijay03
Copy link
Member Author

vijay03 commented Apr 28, 2023

8 byte keys and 1024 byte values. The details are in the paper linked into the README.

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

2 participants