Changes

Jump to navigation Jump to search
107 bytes removed ,  03:42, 24 April 2012
Undo revision 6790 by CG (talk)
This page is linked from the [[Getting Started]] Section.
The options listed on this page can be requested with the [[Commands#GET|GET]] command and changed with the [[Commands#SET|SET]] command. Three data types exist: strings, numbers, and booleans, which can be turned ON and OFF. If options are internally changed by the [[GUI_Tutorial|GUI]] of BaseX, they will be listed in the [[GUIGUI_Tutorial#Visualizations|Info View]].
=Main Options=
The main options are only available from in the [[Standalone ModeTutorial|standalone]] and [[Database ServerTutorial|server]] instances instance of BaseX, i.e., they cannot be changed by database clients. They are stored in the [[Configuration#Configuration Files|.basex config file]], which is opened by every new BaseX instance:
===DBPATH===
===PROXYHOST===
{{Mark|Introduced with Version 7.1.2:}}
{|
|-
===PROXYPORT===
{{Mark|Introduced with Version 7.1.2:}}
{|
|-
|-
| valign='top' | '''Default'''
|<code>80</code>
|-
| valign='top' | '''Summary'''
===NONPROXYHOSTS===
{{Mark|Introduced with Version 7.1.2:}}
{|
|-
|-
| valign='top' | '''Summary'''
|Specifies the maximum time a read-only transaction may take. If an operation takes longer than the specified timeout, it will be aborted.<br/>Write operations will not be affected by this timeout, as this would corrupt the integrity of the database.<br/>The timeout is deactivated if the timeout is set to {{mono|0}}. Since {{Version|7.1.2}}, it is ignored for {{Mono|ADMIN}} operations.
|}
===HTMLOPT===
{{Mark|Introduced with Version 7.2:}}
{|
|-
|-
| valign='top' | '''Summary'''
|Allows to specify TagSoup options for HTML parsing; see [[Parsers#HTML Parser|HTML Parser]] for more information.
|}
|-
| valign='top' | '''Summary'''
|Prints more information on internal query rewritings, optimizations, and performance. The query info will always be printed in the [[GUI#Visualizations|Info View]] in the GUI, or it can be activated with the [[Startup_Options#BaseX_Standalone|-V flag]] on command line.
|}
| valign='top' | '''Summary'''
|Caches the query results before returning them to the client. This option may be set to {{mono|true}} if the whole result is needed for further operations (such as is e.g. the case in the GUI of BaseX).
|}
 
===FORCECREATE===
{|
|-
| valign='top' width='90' | '''Signature'''
|<code>FORCECREATE</code>
|-
| valign='top' | '''Default'''
|<code>false</code>
|-
| valign='top' | '''Summary'''
|By activating this option, the XQuery {{mono|doc()}} and {{mono|collection()}} functions will create database instances for the addressed input files.
|}
=Changelog=
===Version 7.2.1=== * Removed: <code>[[#FORCECREATE|FORCECREATE]]</code> ===Version 7.2===
* Added: <code>[[#PROXYHOST|PROXYHOST]]</code>, <code>[[#PROXYPORT|PROXYPORT]]</code>, <code>[[#NONPROXYHOSTS|NONPROXYHOSTS]]</code>, <code>[[#HTMLOPT|HTMLOPT]]</code>
* Updated: <code>[[#TIMEOUT|TIMEOUT]]</code>: ignore timeout for admin users
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu