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

DB size is same after deleted all the stored files #3

Closed
Amitkapadi opened this issue Jan 8, 2020 · 2 comments
Closed

DB size is same after deleted all the stored files #3

Amitkapadi opened this issue Jan 8, 2020 · 2 comments

Comments

@Amitkapadi
Copy link

I checked that Db size is always in an increasing manner, if you delete any file then it will allocate memory for the next file. Am I right ?

@mbdavid
Copy link
Owner

mbdavid commented Jan 9, 2020

Hi, yes, it's right. FileDB will not shrink after any delete. But, next insert will use this empty space.

@Amitkapadi
Copy link
Author

Thanks

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