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

clean up stored data in an idb #67

Open
withmorten opened this issue Dec 15, 2020 · 0 comments
Open

clean up stored data in an idb #67

withmorten opened this issue Dec 15, 2020 · 0 comments

Comments

@withmorten
Copy link

withmorten commented Dec 15, 2020

I noticed that my idb has been increased in size (i.e. 43MB -> 120MB) after using this plugin a bit - it's probably the "store_xrefs" default. There is a lot of empty space with some jsons inbetween.

I've disabled it, and would like to get rid of the unnecessary data - is there any way to do that? One off code hackily edited in is fine, it doesn't need to be a proper feature.

I'm already looking through the code myself, just wanted to ask if you had any idea.

Edit: I actually managed to do that but it only cleaned up a few KB. I'm assuming at this point that it's the swapped if/else that take up the most space (which would be fine)?

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