Sqlite pragma statement "locking_mode" set to "EXCLUSIVE" by default

Sol T sol433tt at gmail.com
Mon Sep 21 19:46:09 EDT 2015


Is anyone aware of documentation that describes how to compile various
sqlite options?



On Thu, Sep 17, 2015 at 2:24 PM, sol433tt <sol433tt at gmail.com> wrote:

> hello
>
> I would like to have the Sqlite pragma statement "locking_mode" set to
> "EXCLUSIVE" by default (RO database). Does this need to be compiled in? How
> might this be achieved?
>
> There is some performance to be gained. I have a number of python scripts,
> and don't want to alter the pragma statement for every script. This
> computer never writes to the databases.
>
> thank you
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20150922/92a1332f/attachment.html>


More information about the Python-list mailing list