PgCache
Demo Mode
Get Early AccessCache Hit Rate+2.3% ↑
94.7%
Avg Cache Latency
0.8ms
vs upstream:147ms184x faster
Queries Cached
1.28M
Invalidations
12.8K
Recent Queries
| Query | Status | Latency | Time |
|---|---|---|---|
SELECT * FROM users WHERE active = true | HIT | 0.8ms | 2s ago |
SELECT p.*, c.name FROM products p JOIN... | HIT | 1.2ms | 5s ago |
SELECT COUNT(*) FROM orders WHERE status... | MISS | 142ms | 8s ago |
UPDATE users SET last_login = NOW() WHERE... | INVALIDATE | — | 12s ago |
SELECT * FROM users WHERE active = true | MISS | 138ms | 12s ago |
SELECT * FROM users WHERE active = true | HIT | 0.9ms | 15s ago |
See the magic? After an UPDATE invalidates the cache, the next SELECT fetches fresh data. Subsequent reads are instant.
How It Works
1
Deploy PgCache
Docker, Kubernetes, or bare metal. Point it at your Postgres.
2
Update Connection
Change your app's connection string to PgCache's port.
3
Enjoy Fast Reads
Queries cache automatically. Writes trigger smart invalidation.
Ready for faster queries?
Join the waitlist for early access to PgCache.
No spam. Unsubscribe anytime.