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/api_reference/C/db_load.html | |
| parent | 7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff) | |
| download | berkeleydb-master.tar.gz | |
Diffstat (limited to 'docs/api_reference/C/db_load.html')
| -rw-r--r-- | docs/api_reference/C/db_load.html | 40 |
1 files changed, 33 insertions, 7 deletions
diff --git a/docs/api_reference/C/db_load.html b/docs/api_reference/C/db_load.html index 3336dce0..79cd8a26 100644 --- a/docs/api_reference/C/db_load.html +++ b/docs/api_reference/C/db_load.html @@ -14,7 +14,7 @@ <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> @@ -38,8 +38,9 @@ </div> </div> </div> - <pre class="programlisting">db_load [-nTV] [-c name=value] [-f file] - [-h home] [-P password] [-t btree | hash | queue | recno] file + <pre class="programlisting">db_load [-nTV] [-b blob_dir] [-c name=value] [-f file] + [-h home] [-P password] [-o blob_threshold] + [-t btree | hash | queue | recno] file db_load [-r lsn | fileid] [-h home] [-P password] file </pre> <p> @@ -61,6 +62,17 @@ db_load [-r lsn | fileid] [-h home] [-P password] file </pre> <ul type="disc"> <li> <p> + <span class="bold"><strong>-b</strong></span> + </p> + <p> + Identifies the directory where BLOB data is stored. If + this option is not specified, then BLOB data is placed in a + subdirectory within the DB's environment. See also the + <span class="bold"><strong>-o</strong></span> option. + </p> + </li> + <li> + <p> <span class="bold"><strong>-c</strong></span> </p> <p> @@ -114,6 +126,20 @@ db_load [-r lsn | fileid] [-h home] [-P password] file </pre> </li> <li> <p> + <span class="bold"><strong>-o</strong></span> + </p> + <p> + Identifies the BLOB threshold in bytes. This threshold determines + when a data item will be stored as a BLOB. Data items sized + less than this threshold are stored as normal data within + the database. Data items larger than this size are stored + on-disk in a subdirectory set aside for the purpose. + Use the <span class="bold"><strong>-b</strong></span> command line + option to identify where BLOB data is stored. + </p> + </li> + <li> + <p> <span class="bold"><strong>-P</strong></span> </p> <p> @@ -242,7 +268,7 @@ db_load [-r lsn | fileid] [-h home] [-P password] file </pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp63178920"></a>Examples</h3> + <h3 class="title"><a id="idp5040368"></a>Examples</h3> </div> </div> </div> @@ -264,7 +290,7 @@ db_load [-r lsn | fileid] [-h home] [-P password] file </pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp63149176"></a>Environment Variables</h3> + <h3 class="title"><a id="idp5060776"></a>Environment Variables</h3> </div> </div> </div> @@ -272,7 +298,7 @@ db_load [-r lsn | fileid] [-h home] [-P password] file </pre> <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp63174720"></a>DB_HOME</h4> + <h4 class="title"><a id="idp5101832"></a>DB_HOME</h4> </div> </div> </div> @@ -288,7 +314,7 @@ db_load [-r lsn | fileid] [-h home] [-P password] file </pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp63132648"></a>Supported Keywords</h3> + <h3 class="title"><a id="idp5101440"></a>Supported Keywords</h3> </div> </div> </div> |
