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

Lazy-load database #95

Open
eapache opened this issue Sep 14, 2014 · 0 comments
Open

Lazy-load database #95

eapache opened this issue Sep 14, 2014 · 0 comments
Milestone

Comments

@eapache
Copy link
Owner

eapache commented Sep 14, 2014

For very large projects, loading the entire DB into memory before anything else is painful and slow. Investigate DB formats that can stay on disk and be loaded in pieces or lazily or ...? to ameliorate this. Just switch to sqlite?

@eapache eapache added this to the Backlog milestone Sep 14, 2014
eapache referenced this issue Oct 19, 2015
This is more convenient, and we no longer run into weird symbol/string issues
now that we aren't forcing all hash-keys to symbols when loading the JSON.

Also more strictly validate the DB in some tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant