From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- docs/installation/log_nosync.html | 96 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 docs/installation/log_nosync.html (limited to 'docs/installation/log_nosync.html') diff --git a/docs/installation/log_nosync.html b/docs/installation/log_nosync.html new file mode 100644 index 00000000..ec2a5f67 --- /dev/null +++ b/docs/installation/log_nosync.html @@ -0,0 +1,96 @@ + + + + + + New Logging Option + + + + + + + + + +
+
+
+
+

New Logging Option

+
+
+
+
+
+
+ + New Parameter Value + +
+
+
+

+ A new logging configuration option has been added which + does not flush the transaction log from the operating + system cache to stable storage when a transaction commits + or the logging system switches log files. This can further + improve performance when all of the applications in an + environment use less-than-durable transactions + (DB_TXN_NOSYNC and DB_TXN_WRITE_NOSYNC). +

+
+
+
+
+

New Parameter Value

+
+
+
+
+ +
+
+
+ + + -- cgit v1.2.1