sql.js
sql.js copied to clipboard
Can't open large file on Android Chrome
Online demo on Android Chrome don't work with files large than 260Mb.
Considering you are loading 260mb into memory, storing 260mb in a database, and taking memory space to perform actions on the data, you likely are running into memory issues. Using the most recent pull request or absurd-sql stores the data outside of memory and allows for larger databases. There is always a request for more, identifying your constraints will help.