This chapter describes database files and the process of creating and dropping databases. It also explains the default storage locations that are established during installation for database files, and how to create and use alternate locations.
An Ingres database consists of several types of files:
Data files contain the following:
Checkpoint files contain a static copy of your entire database. A checkpoint file is created each time you take a checkpoint of your database.
Journal files contain dynamic records of changes made to the journaled tables in your database.
Dump files contain records of changes to the database that occurred during the checkpoint process. These files are used to recover a database that was checkpointed online.
For additional information about checkpoint, journal, and dump files, see the chapter "Backing Up and Recovering Databases."
Work files are used for system work, such as sorting and creating temporary tables.