Skip to main content

Database Record

  • The Database Record document contains the database settings and configuration

  • It is always up to date with the latest database state & tasks

  • Every node in the cluster has a copy of this document and will perform its tasks accordingly

  • The Database Record is Not editable

  • In this page:

The Database Record

Figure 1. Database Record

The Database Record Fields

FieldDescription
DatabaseNameThe database name as defined when created. See Create Database.
DisabledTrue or false. Can be modified in Databases View.
EncryptedTrue or false, defined when the database is created. See Create Database - Encrypted.
TopologyThe current Database Group Topology. Can be managed in Database Group Topology.
IndexesThe current indexes defined in the database. Can be managed in Indexes.
AutoIndexesThe current auto-indexes that exist in the database. Can be managed in Auto-Indexes.
SettingsServer configuration, as set in the settings.json file.
RevisionsDocuments revisions configuration. Can be set in Document Revisions.
ExpirationDocuments expiration configuration. Can be set in Document Expiration.
PeriodicBackupsCurrent Backup tasks configured. Can be managed in Backup Task.
ExternalReplicationsCurrent External Replication tasks configured. Can be managed in External Replication Task.
RavenConnectionStringsRavenDB connection strings that are defined for usage with RavenDB ETL tasks and External Replication and Hub/Sink Replication tasks. See RavenDB Connection Strings.
SqlConnectionStringsSQL connection strings that are defined for usage with SQL ETL tasks.
RavenEtlsCurrent RavenDB ETL tasks configured. Can be managed in RavenDB ETL Task.
SqlEtlsCurrent SQL ETL tasks configured. Can be managed in SQL ETL Task.
ClientThe database Client Configuration. As set in Database Client Configuration.
DeletionInProgressA list of nodes that are currently in the process of deleting this database.
DeletionInProgressChangeVectorThe change-vector that accompanies a Delete Database command that is issued by the Cluster Observer when supervising the database replication factor after a partition scenario. Relevant only for a node that has come back from a Rehab state after a partition occurred, in order to update the other nodes in the database group with database content updates that occurred on this node at partition time.
ConflictSolverConfigConflict Resolution configuration. Can be set in Conflict Resolution.
EtagThe etag of the Database Record document — representing only the changes to the database record document itself. (Not to be confused with the database Last Document Etag — see Database Stats).

Fields that are not defined will not show in this view