The practice of writing to a journal before committing to the filesystem/database.
- The journal is stored temporarily in the local machine
- Allows recovery during crash (its slow) File journalling is handled by the specific File System.
The practice of writing to a journal before committing to the filesystem/database.