generic-poky/bitbake/lib/prserv
Richard Purdie 7105d44d87 bitbake: prserv: Use WAL mode
Ideally, we want the PR service to have minimal influence from
queued disk IO. sqlite tends to be paranoid about data loss and
locks/fsync calls. There is a "WAL mode" which changes the journalling
mechanism and would appear much better suited to our use case.

This patch therefore switches the database to use WAL mode. With this
change, write overhead appears significantly reduced.

(Bitbake rev: 0cdd48261daeb17efc528b5de0ac81c8836e8565)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-11-06 16:45:23 +00:00
..
__init__.py bitbake: lib: fix no newline at end of file 2014-07-04 09:28:36 +01:00
db.py bitbake: prserv: Use WAL mode 2014-11-06 16:45:23 +00:00
serv.py bitbake: prserv/serv: Ensure sync happens in the correct thread 2014-11-04 15:00:19 +00:00