Difference between revisions of "PostgreSQL"
Jump to navigation
Jump to search
m (Frodo moved page Psql to PostgreSQL: consistent branding) |
m (included a couple of terms related to pgsql) |
||
Line 1: | Line 1: | ||
We use PostgreSQL for [[RDKit]], for [[ZINC]], for [[Drupal]] / docking.org. | 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. | ||
[[Category:Software]] | [[Category:Software]] | ||
[[Category:Free]] | [[Category:Free]] | ||
[[Category:Databases]] | [[Category:Databases]] | ||
+ | [[Category:Sysadmin]] |