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

Speedup loading of partial databases from cache #259

Open
hagenw opened this issue Feb 26, 2023 · 0 comments
Open

Speedup loading of partial databases from cache #259

hagenw opened this issue Feb 26, 2023 · 0 comments
Labels
enhancement New feature or request load

Comments

@hagenw
Copy link
Member

hagenw commented Feb 26, 2023

When loading a small sub-set, like the test set, of a large database the second time (which means from cache) it can be slow as we have to execute all lines of code that look for missing tables and media files as the database is not marked as complete in cache.
Maybe we could avoid this by not only marking if a database is complete, but also the string that was passed on to media and tables, to provide faster loading of a database if the same sub-set is requested again.

@hagenw hagenw added enhancement New feature or request load labels Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request load
Projects
None yet
Development

No branches or pull requests

1 participant