Database space | Description |
Data | Contains the data of the CentraSite Registry or Repository. The file type of a data space is 2D0. An example of a file name is AAB00001.2D0. |
Index | Contains the indexes that CentraSite maintains for retrieving stored data. The file type of an index space is 2I0. An example of a file name is AAB00001.2I0. |
Journal | Contains information required for rolling back transactions. The file type of a journal space is 2J0. An example of a file name is AAB00001.2J0. |
Log | Contains a log of all database modifications that have occurred in the current CentraSite session. The file type of a log space is 2L0. An example of a file name is AAB000010000000052.2L0. The name is composed of the filename of the database's data and index spaces (for example, AAB00001), followed by a sequence number. The sequence number is incremented by 1 for each new log space. |
Backup | Contains a backup of the CentraSite Registry Repository. There is an initial backup The file type of a backup space is 2B0. An example of a file name is AAB00001001334723430.2B0. The name is composed of the filename of the database's data and index spaces (for example, AAB00001), followed by an integer that represents the date and time when the backup was created. |