Phase Database Structure
The database is stored in a directory, dbName.phdb, which contains all the files associated with the database. The files and directories that are standard parts of the database are described in Table 1. You should not generally need to modify these files, but you may find it useful to examine them. In addition to these files, the database can contain subset files, named subset_phase.inp.
You should not create or store other databases inside the database directory, as this is likely to lead to job failure.
|
File or Directory |
Description |
|
|
An SQLite database with tables that hold global information about the database:
|
|
|
Version file. Holds the Phase version number, the method of creation (always "CL"), and the storage format ("SQLite"). |
|
|
Feature definitions. |
|
|
History of changes to the database, containing the date and the command issued. |
|
|
Detailed information about changes to the database. |
|
|
Master subset file. |
|
|
Copy of the data in |
|
|
Copy of the mappings in |
|
|
Statistics for the properties in |
|
|
Copy of the data in |
|
|
All block data is held under this directory. There is one SQLite file for each block of 5000 records, e.g., |
|
|
This directory contains files that are required to restart a |