Note: The Workload Services Framework is a benchmarking framework and is not intended to be used for the deployment of workloads in production environments. It is recommended that users consider any adjustments which may be necessary for the deployment of these workloads in a production environment including those necessary for implementing software best practices for workload scalability and security.
Postgresql¶
Postgresql is world most popular database. This image is based on official DockerHub image (ver [14.11]). This readme focuses on Intel added scripts and configurations. Please refer to original readme regarding usage of this image.
Usage¶
This image can be used almost exactly like the official DockerHub Postgresql image, with following differences:
- Run with
--privilegedflag. \ Some of optimizations are implemented as low-level kernel configuration, \ To use it the Container have to be executed with escalated privileges - Postgresql configurations are passed using
/usr/share/postgresql/postgresql.conf.samplefile. When adding extra configuration remember to include those already present inpostgresql.conffile.