Tuning Tips to Maximize Postgres Performance

Overview This blog post summarizes key insights from a webinar, “Tuning Tips to Maximize Postgres Performance,” hosted by EDB. The webinar, featuring Dave Page, VP and Chief Architect of Database Infrastructure, and Devrim Gundus, an EDB consultant, offers a deep dive into optimizing Postgres performance, from hardware considerations to query tuning techniques. If you prefer … Read more

PostgreSQL Docker client-only Image

Update 2025 Please check out the new client here that supports a wide range of PostgreSQL version: https://hub.docker.com/r/dattm24/postgresql-client if you want to customize, here is the repo: https://github.com/datmt/docker-clients/tree/main/postgresql-client Recently I had to write a bash script to truncate all tables on a test database server. Using PgAdmin is a real pain since I have a … Read more