diff options
| author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2015-02-17 17:25:57 +0000 |
|---|---|---|
| committer | <> | 2015-03-17 16:26:24 +0000 |
| commit | 780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch) | |
| tree | 598f8b9fa431b228d29897e798de4ac0c1d3d970 /docs/installation/upgrade_11gr2_53_sql_pragma.html | |
| parent | 7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff) | |
| download | berkeleydb-master.tar.gz | |
Diffstat (limited to 'docs/installation/upgrade_11gr2_53_sql_pragma.html')
| -rw-r--r-- | docs/installation/upgrade_11gr2_53_sql_pragma.html | 39 |
1 files changed, 19 insertions, 20 deletions
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 @@ <link rel="stylesheet" href="gettingStarted.css" type="text/css" /> <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" /> <link rel="start" href="index.html" title="Berkeley DB Installation and Build Guide" /> - <link rel="up" href="upgrade_53_toc.html" title="Chapter 9. Upgrading Berkeley DB 11.2.5.2 applications to Berkeley DB 11.2.5.3" /> + <link rel="up" href="upgrade_53_toc.html" title="Chapter 11. Upgrading Berkeley DB 11.2.5.2 applications to Berkeley DB 11.2.5.3" /> <link rel="prev" href="upgrade_11gr2_53_sql_build.html" title="Changes in the SQL API Build" /> <link rel="next" href="upgrade_11gr2_53_sql_rep.html" title="Replication for Existing Databases in the SQL API" /> </head> <body> <div xmlns="" class="navheader"> <div class="libver"> - <p>Library Version 11.2.5.3</p> + <p>Library Version 12.1.6.1</p> </div> <table width="100%" summary="Navigation header"> <tr> @@ -22,9 +22,7 @@ </tr> <tr> <td width="20%" align="left"><a accesskey="p" href="upgrade_11gr2_53_sql_build.html">Prev</a> </td> - <th width="60%" align="center">Chapter 9. - Upgrading Berkeley DB 11.2.5.2 applications to Berkeley DB 11.2.5.3 - </th> + <th width="60%" align="center">Chapter 11. Upgrading Berkeley DB 11.2.5.2 applications to Berkeley DB 11.2.5.3 </th> <td width="20%" align="right"> <a accesskey="n" href="upgrade_11gr2_53_sql_rep.html">Next</a></td> </tr> </table> @@ -42,29 +40,29 @@ <dl> <dt> <span class="sect2"> - <a href="upgrade_11gr2_53_sql_pragma.html#idp599768">New PRAGMAs</a> + <a href="upgrade_11gr2_53_sql_pragma.html#idp1198640">New PRAGMAs</a> </span> </dt> </dl> </div> - <p> - Two new Berkeley DB SQL API specific pragmas have been added, - <code class="literal">bdbsql_shared_resources</code> and - <code class="literal">bdbsql_set_lock_tablesize</code>. - <code class="literal">bdbsql_shared_resources</code> 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. - <code class="literal">bdbsql_set_lock_tablesize</code> 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. + <p> + Two new Berkeley DB SQL API specific pragmas have been + added, <code class="literal">bdbsql_shared_resources</code> and + <code class="literal">bdbsql_set_lock_tablesize</code>. + <code class="literal">bdbsql_shared_resources</code> 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. <code class="literal">bdbsql_set_lock_tablesize</code> 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. </p> <div class="sect2" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp599768"></a>New PRAGMAs</h3> + <h3 class="title"><a id="idp1198640"></a>New PRAGMAs</h3> </div> </div> </div> @@ -74,7 +72,8 @@ <code class="literal">PRAGMA bdbsql_shared_resources[=N]</code> </li> <li> - <code class="literal">PRAGMA bdbsql_set_lock_tablesize[=N]</code> + <code class="literal">PRAGMA + bdbsql_set_lock_tablesize[=N]</code> </li> </ul> </div> |
