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/upgrade_11gr2_53_sql_pragma.html | 39 +++++++++++----------- 1 file changed, 19 insertions(+), 20 deletions(-) (limited to 'docs/installation/upgrade_11gr2_53_sql_pragma.html') diff --git a/docs/installation/upgrade_11gr2_53_sql_pragma.html b/docs/installation/upgrade_11gr2_53_sql_pragma.html index 09aca956..f3b6f507 100644 --- a/docs/installation/upgrade_11gr2_53_sql_pragma.html +++ b/docs/installation/upgrade_11gr2_53_sql_pragma.html @@ -7,14 +7,14 @@ - + -

- Two new Berkeley DB SQL API specific pragmas have been added, - bdbsql_shared_resources and - bdbsql_set_lock_tablesize. - bdbsql_shared_resources is used to set the maximum - amount of memory, in bytes, to be used by shared structures in the main - environment region, which is useful in applications with a large - number of tables, transactions, or threads. - bdbsql_set_lock_tablesize is used to set the number - of buckets in the lock object hash table in the Berkeley DB - environment, which is useful if an application has many concurrent - long running transactions. +

+ Two new Berkeley DB SQL API specific pragmas have been + added, bdbsql_shared_resources and + bdbsql_set_lock_tablesize. + bdbsql_shared_resources is used to set + the maximum amount of memory, in bytes, to be used by shared + structures in the main environment region, which is useful in + applications with a large number of tables, transactions, or + threads. bdbsql_set_lock_tablesize is used + to set the number of buckets in the lock object hash table in + the Berkeley DB environment, which is useful if an application + has many concurrent long running transactions.

-

New PRAGMAs

+

New PRAGMAs

@@ -74,7 +72,8 @@ PRAGMA bdbsql_shared_resources[=N]
  • - PRAGMA bdbsql_set_lock_tablesize[=N] + PRAGMA + bdbsql_set_lock_tablesize[=N]
  • -- cgit v1.2.1