Sign inSign up

lamahco/postgres

By lamahco

Updated over 2 years ago

Custom PostgreSQL 15 image with pg_hint_plan, qualstats, and pg_stat_statements extensions.

Image
0

1.1K

lamahco/postgres repository overview

This image is based on the official PostgreSQL image and includes the following additional features:

  • pg_hint_plan: a PostgreSQL extension that allows users to provide hints to the query planner in order to influence the execution plan of a query.

  • qualstats: a PostgreSQL extension that collects statistics about the predicates (WHERE clauses) in a query and the rows they return, allowing users to better understand the performance characteristics of their queries.

  • pg_stat_statements: a PostgreSQL extension that tracks execution statistics for all SQL statements executed by a server.

By using this image, you can easily spin up a PostgreSQL server with these additional capabilities, making it easier to optimize and troubleshoot your database performance.

To use this image, simply pull it from Docker Hub and run it as you would any other Docker image. The image is built on top of the official PostgreSQL image, so it includes all of the features and functionality of the base image.

Tag summary

Content type

Image

Digest

sha256:2e20e0fc3

Size

161.8 MB

Last updated

over 2 years ago

docker pull lamahco/postgres