sql.js icon indicating copy to clipboard operation
sql.js copied to clipboard

Can't open large file on Android Chrome

Open JanisV opened this issue 3 years ago • 1 comments

Online demo on Android Chrome don't work with files large than 260Mb.

JanisV avatar Sep 29 '21 13:09 JanisV

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.

twoxfh avatar Oct 01 '21 23:10 twoxfh