diff options
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> |
