PostgreSQL

From DISI
Revision as of 22:29, 13 August 2018 by Benrwong (talk | contribs) (included a couple of terms related to pgsql)
Jump to navigation Jump to search

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.