SQLite Forum

Writer Concurrency - server-process-edition
Login
The snapshot isolation based based begin-concurrent solution sound good.

Is there an optimal or recommend total number of connections limit for writer ?  (incase add more connection will decrease the throughput, assuming that there are no page conflicts).


Will multi writer get more throughput compare to all transaction commit by one memory database in single thread mode with same schema and data (assuming no page conflicts)?