PostgreSQL

From DISI
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.