[OE-core] [PATCH 3/3] prserv/db: Use DELETE instead of WAL journal mode
Burton, Ross
ross.burton at intel.com
Thu Sep 17 20:01:08 UTC 2015
On 15 September 2015 at 15:59, <leonardo.sandoval.gonzalez at linux.intel.com>
wrote:
> - self.connection.execute("PRAGMA journal_mode = WAL;")
> + self.connection.execute("PRAGMA journal_mode = DELETE;")
>
Richard probably has a better memory than me but I seem to recall that WAL
was a pretty serious speed improvement for the local host case. Did you
benchmark the impact this change has?
Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20150917/149c193a/attachment-0002.html>
More information about the Openembedded-core
mailing list