jlongster / absurd-sql

sqlite3 in ur indexeddb (hopefully a better backend soon)
MIT License
4.15k stars 101 forks source link

Multi-threading not working #70

Open oceanwap opened 10 months ago

oceanwap commented 10 months ago

@jlongster My use-case involves multiple queries which take time and to improve the performance, I wanted to run absurd sql in multiple worker thread. Problem is that, once I write some change on one worker thread, second worker doesn't have these changes, Is there some solution for this?