Oracle's distribution of BerkleyDB with SQLite has page-level locking
instead of database-level locking.  If you need the increased concurrency
that is an option.

http://www.oracle.com/technetwork/database/berkeleydb/overview/index.html

Supposedly it's a drop-in replacement for sqlite.  I haven't used it yet
though so I can't comment on how valid that statement is.

HTH,

Sam



On Fri, Jul 15, 2011 at 2:24 PM, Igor Tandetnik <itandet...@mvps.org> wrote:

> On 7/15/2011 2:15 PM, Steven E. Harris wrote:
>
> To the best of my knowledge, there is simply no way in SQLite to write
> to two tables at the same time. That's pretty much what makes it "lite".
> --
> Igor Tandetnik
>
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to