Before a system starts, all data is on a disk. Operational data will be loaded into memory, and additional data can be loaded on demand while the application is running. If data gets changed, delta logs will be written to the disk as well, so that in case of a power failure or another crash the valid state of data can be recreated from the log entries.
↧