Home |
Previous Page | Next Page Logging and Log Administration > Logical Log > Logging Process >
The
database server uses the following logging process for operations
that involve data stored in dbspaces:
- Reads the data page from disk to the shared-memory page buffer
- Copies the unchanged page to the physical-log buffer, if needed
- Writes the new data to the page buffer and creates a logical-log
record of the transaction, if needed
- Flushes the physical-log buffer to the physical log on disk
- Flushes the logical-log buffer to a logical-log file on disk
- Flushes the page buffer and writes it back to disk
Home |
[ Top of Page | Previous Page | Next Page | Contents |
Index ]