]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2041] SQLite_ubench journal_mode is now described.
authorTomek Mrugalski <tomasz@isc.org>
Mon, 16 Jul 2012 11:04:29 +0000 (13:04 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Mon, 16 Jul 2012 11:04:29 +0000 (13:04 +0200)
tests/tools/dhcp-ubench/README

index 6e48dc745c8fe29e3a9a8bfc96f91d19ec0a9422..54d8cde6351791fd532e84926e5ffa584dd84abc 100644 (file)
@@ -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
 ---------------------------