Folders and Files
This manual is in pilot operation.
|
This section introduces the main folders and files used by fusion_place. Note that if you are using a web server base, the descriptions here apply to the server side.
(1) Database Folder
1. Folder Path Name
You can set this during installation. The initial suggested value is as follows:
C:\FusionPlace_DB
2. Folder Contents
Within the above folder, there is a subfolder named db, which contains the following files:
File | Description |
---|---|
fusionplace.data.db |
Database body |
fusionplace.index.db |
Database index |
fusionplace.<n>.log.db |
Log data files |
fusionplace.lock.db |
Lock file (created only when the database is in use) |
fusionplace.trace.db |
Trace data files |
Files under the subfolder fusionplace.lobs.db etc. |
Files that contain data for certain tables ⚠ Subfolders are created multiple and hierarchically. |
fusionplace.<n>.temp.db |
Temporary files |
For procedures on backup and restore, see "Backing Up and Restoring the Database". |