Media

PgCache in the press — articles, podcasts, and talks from around the web.

How I Put PgCache in Front of a 16-Million-Row Postgres Database

An independent benchmark by Hulunlante Worku, testing PgCache 0.6.2 against a 16-million-row dataset: 2.9s to 0.6ms on a 10M-row join, and no measurable difference on point lookups. Warm cache against warm cache, with every filter and join column indexed first.

Read at dev.to →

PgCache: Transparent PostgreSQL Query Caching and CDC Maintenance

A wire-compatible PostgreSQL proxy that caches read queries and maintains freshness through logical replication, caching only frequently accessed data and updating results automatically when the underlying data changes.

Read at I Programmer →