Hacker News new | ask | show | jobs
by tobyhinloopen 505 days ago
I suppose you want to run the longer, expensive queries in the background, EG a worker, or a separate process. Shouldn't be _that_ hard to setup.

Maybe you can even create your own async wrapper that delegates any query to a separate process.