Changes

Jump to navigation Jump to search
93 bytes removed ,  20:37, 18 July 2022
no edit summary
|-
| '''Summary'''
|This is the host name or ip IP address the server is bound to. If the option is set to an empty string (which is the default), the server will be open to all clients.
|}
* It is not possible to store binary resources in a main-memory database.
* A main-memory database will have no disk representation. However, it is possible to export the database via the {{Command|EXPORT}} command, and create a new database from the exported file in a second step.
* This option will not be available for [[{{Function|Database Module#db:create|db:create]]}}, because the database would not be accessible anymore after database creation, i. e., outside the query scope.
|}
| '''Summary'''
|If turned on, incremental indexing will be enabled:
* The current value of this option will be assigned to new databases. It can be changed for existing databases by running {{Command|OPTIMIZE}} with the {{Code|ALL}} keyword or [[Database_Module#{{Function|Database|db:optimize}} and {{Code|db:optimize($db, true())]]}} as second argument.
* After each update, the value indexes will be refreshed as well. Incremental updates are currently not available for the full-text index and database statistics.
* Find more details in the article on [[Index#Updates|Index Structures]].
* As a result, the index structures will always be up-to-date.
* However, updates can take much longer, so this option should only be activated for medium-sized databases.
* The value of this option will be assigned once to a new database. It can be reassigned by running {{Command|OPTIMIZE}} or [[Database_Module#db:optimize{{Function|Database|db:optimize]]}}.
|}
|-
| '''Summary'''
|By default, characters from external sources that are invalid in XML will trigger an error. If the option is set to <code>false</code>, these characters will be replaced with the Unicode replacement character <code>FFFD</code> (&#xFFFD;). The option affects [[Java Bindings]] and string conversion and input functions such as [[{{Function|Archive Module#archive:create|archive:create]]}}, [[{{Function|Archive Module#archive:extract-text|archive:extract-text]]}}, [[and {{Function|Archive Module#archive:update|archive:update]], and [[ZIP Module#zip:text-entry|zip:text-entry]]}}.
|}
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu