Changes

Jump to navigation Jump to search
793 bytes added ,  11:55, 7 May 2014
added section about In Memory Database
* GUI: Go to ''Database'' → ''Export'', choose the target directory and press ''OK''
* WebDAV: Locate the database directory (or a sub-directory of it) and copy all contents to another location
 
=In Memory Database=
 
* In the standalone context, a main-memory database can be created (using <code>CREATE DB</code>), which can then be accessed by subsequent commands.
* If a BaseX server instance is started, and if a database is created in its context (using <code>CREATE DB</code>), other BaseX client instances can access (and update) this database (using OPEN, db:open, etc.) as long as no other database is opened/created by the server.
 
'''Note:''' main-memory database instances are also created by the invocation of <code>doc(...)</code> or <code>collection(...)</code>, if the argument is not a
database (no matter which value is set for MAINMEM). In other words:
the same internal representation is used for main-memory databases and
documents/collections generated via XQuery.
=Changelog=
administrator, editor
7

edits

Navigation menu