Large (multi-gb) sqlite db support #29
Labels
bug
Something isn't working
enhancement
New feature or request
help wanted
Extra attention is needed
This looks neat but it takes several minutes to open a 10 GB sqlite file containing 40 million rows.
It does eventually render the interface, but it's taking 38 GB memory according to macOS Activity Monitor.
DB Browser for SQLite is able to work with this DB without loading the entire DB into memory (it's consuming 800 MB RAM).
Loading the entire DB into memory would be OK if it's done in a more memory-efficient way (my system could handle taking 1.5x the size of the sqlite db file but not 3.8x)
Once the interface loaded, I got this crash when I pressed a button:
The text was updated successfully, but these errors were encountered: