Changes

Jump to navigation Jump to search
2 bytes removed ,  23:39, 17 July 2016
* 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.
* You can force an ordinary database to being loaded copied to memeory memory by using <code>db:open('some-db') update {}</code>
'''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
the same internal representation is used for main-memory databases and
documents/collections generated via XQuery.
 
=Changelog=
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu