Hacker News new | ask | show | jobs
Execute millions of SQL statements in the browser, WebAssembly and WebWorkers (medium.com)
2 points by mike_r_parsons 3448 days ago
1 comments

I fail to see how getting the date a million times or even inserting it a million times shows how the system of sql in the browser can really scale.

It'd be better to load up some sample data from day adventure works from Microsoft or something similar and run queries more akin to production code for this benchmark.

I guess this article shows the upper bound of sql in the browser so I guess that's helpful.