P
PgCache is a drop-in proxy that automatically caches PostgreSQL SELECT queries without requiring application code changes. It utilizes Change Data Capture (CDC) streaming to ensure cached results remain fresh as the underlying data evolves. This solution reduces database load and improves query latency by serving repetitive reads directly from the cache layer.
Updated 2 months ago
Funding
Funding not disclosed
Funding rounds are not available yet.
Founders
Founder details are not available yet.
Product
Features
- PgCache is a drop-in proxy that automatically caches PostgreSQL SELECT queries without requiring application code changes. It utilizes Change Data Capture (CDC) streaming to ensure cached results remain fresh as the underlying data evolves. This solution reduces database load and improves query latency by serving repetitive reads directly from the cache layer.