On Thu, 16 Oct 2014 18:46:19 +0530, Prakash Premkumar <prakash.p...@gmail.com> wrote:
>Hi, > > From what I understand from reading the followig doc: > http://www.sqlite.org/lockingv3.html > sqlite supports only file level locking. Correct. > Is there any attempts to improve > the granularity of locking to table level or row level ? Considering the introduction of http://www.sqlite.org/whentouse.html , SQLite does not target use cases where a finer granularity would be useful, so I wouldn't expect any attempts to change that behaviour. Typically, embedded database libraries don't (have to) care about concurrency at all, so the concurrency that SQLite supports is a lot already. There are enough other products available that target that market. > Thanks a lot. You're welcome. -- Regards, Kees Nuyt _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users