Data Storage - The Buffer Cache (File System Cache)

Card Puncher Data Processing

About

All data accessed from files on the system that are performed through the use of read() and write() system calls, pass through the file system buffer cache.

This buffer cache greatly speeds up disk access because recently accessed files can be served quickly from this RAM based cache, instead of reading then from or writing them to the physical hard disk.

This cache is shared between all of the physical block devices.

Documentation / Reference





Discover More
Card Puncher Data Processing
Oracle Database - Redo Log (Transaction Log Files)

transaction log in Oracle are knwon as the redo log. Every instance of an Oracle Database has an associated redo log to protect the database in case of an instance failure. To protect against a failure...



Share this page:
Follow us:
Task Runner