PostgreSQL: Difference between revisions

From DISI
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.   



Latest revision as of 22:30, 13 August 2018

We use PostgreSQL for RDKit, for ZINC, for Drupal / docking.org.


Terminology

Shared Buffer: Memory specifically for database caching. Minimizes disk I/O.
WAL (Write ahead log) Buffer: Temporarily stores changes to the database.