Hacker News new | ask | show | jobs
by shubhamjain 1454 days ago
Does it work with really large files? Like, >100mb or so. I was considering making something similar but with sqlite.js [1], but the problem with it is that it loads everything in memory, so I wasn't entirely sure how it will deal with larger workloads.

[1]: https://sql.js.org/#/

1 comments

This sounds like a workaround to your problem:

https://news.ycombinator.com/item?id=27016630