The BerkleyDB backed version of SQLite from Oracle supports page level
locking.  Apparently this is where the real performance gains come from, not
swapping out the back-end.

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

Are there any plans to add page-level locking to the main SQLite
distribution?  BerkleyDB includes full source including the modified SQLite
source, but has license restrictions than would not allow integrating that
code into the public domain SQLite.

Thanks,

Sam
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to