NUKnightLab/sql-mysteries

Main Thread Lock

tm2josep opened this issue · 1 comments

It might be a good idea to move the queries to a web worker. Currently, the page freezes whenever a query is run

We "borrowed" the SQL interface code from SelectStarSQL
but my reading of this is that it is using workers to do the queries

What am I missing?