mirror of https://gitee.com/bigwinds/arangodb
18 lines
829 B
Plaintext
18 lines
829 B
Plaintext
!CHAPTER Notes on Databases
|
|
|
|
Please keep in mind that each database contains its own system collections,
|
|
which need to set up when a database is created. This will make the creation
|
|
of a database take a while. Replication is configured on a per-database level,
|
|
meaning that any replication logging or applying for the a new database must
|
|
be configured explicitly after a new database has been created. Foxx applications
|
|
are also available only in the context of the database they have been installed
|
|
in. A new database will only provide access to the system applications shipped
|
|
with ArangoDB (that is the web interface at the moment) and no other Foxx
|
|
applications until they are explicitly installed for the particular database.
|
|
|
|
@copydoc GlossaryDatabase
|
|
|
|
@copydoc GlossaryDatabaseName
|
|
|
|
@copydoc GlossaryDatabaseOrganization
|