Hacker News new | ask | show | jobs
by threeseed 704 days ago
> Next step is either writing a writer queue manually

You can just use a connection pool and limit writer threads.

You should be using one to manage your database connections regardless of which database you are using.