PostgreSQL
PostgreSQL is a powerful, open-source object-relational database system with over 35 years of active development.
Versions Tested
- PostgreSQL 17.0 - Latest major version
- PostgreSQL 16.1 - Previous major version
Configuration
Defaults
Uses default PostgreSQL configuration with minimal changes:
max_connections: 600
listen_addresses: '*'
# All other settings at PostgreSQL defaultsOptimized (Coming Soon)
Tuned configuration for benchmark hardware, reviewed by the PostgreSQL community.
View Results
See the Benchmarks page for current results.