On 3 May 2019, at 4:26pm, Zhu, Liang [AUTOSOL/ASSY/US] <[email protected]> wrote:
> The planning transition rate is 1ms per 34-40Kb data, we only have one > connection trying to write to the database. If we have two connection, will > we running to database concurrency issue? If you have normal hardware, using one connection to do all your writing will be simpler and allow you to use faster settings. You can have one writing connection and many reading connections without slowing down access. If you want to use two writing connections they may have to wait for one-another. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

