You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: