PostgreSQL: Difference between revisions
Jump to navigation
Jump to search
m (included a couple of terms related to pgsql) |
|||
Line 3: | Line 3: | ||
===Terminology=== | ===Terminology=== | ||
Shared Buffer: Memory specifically for database caching. Minimizes disk I/O. | Shared Buffer: Memory specifically for database caching. Minimizes disk I/O. <br /> | ||
WAL (Write ahead log) Buffer: Temporarily stores changes to the database. | WAL (Write ahead log) Buffer: Temporarily stores changes to the database. | ||