From: Tomek Mrugalski Date: Mon, 16 Jul 2012 11:04:29 +0000 (+0200) Subject: [2041] SQLite_ubench journal_mode is now described. X-Git-Tag: trac2351_base~117^2~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a5884bb8b69e89b9dc62e1532ad45f7fbb7821a;p=thirdparty%2Fkea.git [2041] SQLite_ubench journal_mode is now described. --- diff --git a/tests/tools/dhcp-ubench/README b/tests/tools/dhcp-ubench/README index 6e48dc745c..54d8cde635 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 ---------------------------