[sqlite] Is it possible that keep SQLite in normal lockingmodewithout mmap?

2015-10-09 Thread sanhua.zh
at bigfraud.org ???:General Discussion of SQLite Databasesqlite-users at mailinglists.sqlite.org :2015?10?9?(??)?20:38 ??:Re: [sqlite] Is it possible that keep SQLite in normal lockingmodewithout mmap? On 9 Oct 2015, at 1:29pm, sanhua.zh sanhua.zh at foxmail.com wrote: 2. multithread-reading

[sqlite] Is it possible that keep SQLite in normal lockingmodewithout mmap?

2015-10-09 Thread Simon Slavin
On 9 Oct 2015, at 1:46pm, sanhua.zh wrote: > It?s a mistake ofexpression. > I mean, > 1. readconcurrently indifferent threads. > or > 2. write in one thread andread inother threads. Okay. That is what WAL mode does very well. There's nothing better you can do for this than to use WAL mode.