Postgres and Open Source Experts

Anytime. Anywhere. Since 1997.

For 26 years we have focused on building mutual success with Postgres and Open Source. We provide support, professional services, and custom development.

What We Do

Professional Services

For 26 years we have focused on building mutual success with Postgres and Open Source deployments including architecture, consulting, automation and optimization.

24x7x365 Support

We bring white glove service to our clients with Enterprise Wide 24x7x365 support for Postgres and the Full Stack.

PgManage

PgManage is an GUI administrator for Postgres. It is designed to be intuitive and efficient. It is a replacement for legacy management software such as PgAdmin IV. There are Open Source and Enterprise version.

Featured Clients

Items managed

Issues solved

Our clients say

Part 2: Reproducing and Diagnosing Autovacuum Failures

Series Summary: This is Part 2 of a multi-part series on PostgreSQL autovacuum failures.

In Part 1, we introduced the scenario where autovacuum mysteriously halts in a multi-database PostgreSQL cluster. Now, we’ll reproduce the issue using a lightweight test setup. This walkthrough will help you see the failure in action and understand how quickly your system can degrade.

How to Reproduce the Problem (and Watch PostgreSQL Go Sideways)

Let’s set up a minimal test environment that demonstrates how this scenario plays out and can quickly put your PostgreSQL instance …