BIND 10 trac2041, updated. 8a5884bb8b69e89b9dc62e1532ad45f7fbb7821a [2041] SQLite_ubench journal_mode is now described.
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Jul 16 11:04:38 UTC 2012
The branch, trac2041 has been updated
via 8a5884bb8b69e89b9dc62e1532ad45f7fbb7821a (commit)
from 7f37eed04092bb2f7babb50eadb10e28d3d776eb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8a5884bb8b69e89b9dc62e1532ad45f7fbb7821a
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Mon Jul 16 13:04:29 2012 +0200
[2041] SQLite_ubench journal_mode is now described.
-----------------------------------------------------------------------
Summary of changes:
tests/tools/dhcp-ubench/README | 5 +++++
1 file changed, 5 insertions(+)
-----------------------------------------------------------------------
diff --git a/tests/tools/dhcp-ubench/README b/tests/tools/dhcp-ubench/README
index 6e48dc7..54d8cde 100644
--- a/tests/tools/dhcp-ubench/README
+++ b/tests/tools/dhcp-ubench/README
@@ -127,6 +127,11 @@ To improve performance, asynchronous mode is used (PRAGMA synchronous = OFF).
If you do not like it, modify SQLite_uBenchmark::connect() by commenting it out
and suffer the pain of having around 10 inserts per seconds.
+Another tweakable feature is journal mode. It can be turned to several modes
+of operation. Its value can be modified in SQLite_uBenchmark::connect().
+See http://www.sqlite.org/pragma.html#pragma_journal_mode for detailed
+explanantion.
+
Performance optimizations
---------------------------
More information about the bind10-changes
mailing list