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/sql_logbuf.html | 93 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 docs/installation/sql_logbuf.html (limited to 'docs/installation/sql_logbuf.html') diff --git a/docs/installation/sql_logbuf.html b/docs/installation/sql_logbuf.html new file mode 100644 index 00000000..9f250523 --- /dev/null +++ b/docs/installation/sql_logbuf.html @@ -0,0 +1,93 @@ + + + + + + New Berkeley DB SQL API Pragma + + + + + + + + + +
+
+
+
+

New Berkeley DB SQL API Pragma

+
+
+
+
+
+
+ + New Pragma + +
+
+
+

+ The new Berkeley DB SQL API specific pragma + bdbsql_log_buffer has been added to + set the size of the Berkeley DB in-memory log buffer, in + bytes. This is useful for long-running transactions or + applications producing large amounts of data because a + larger log buffer can increase throughput. +

+
+
+
+
+

New Pragma

+
+
+
+
+
    +
  • + PRAGMA bdbsql_log_buffer[=n] +
  • +
+
+
+
+ + + -- cgit v1.2.1