zeropg demo — 50MB
A real Postgres, living in Google Cloud Storage. No database server. Scales to zero.
🔥 Warm instance — request #2. (It cold-started in 3492 ms.)
| database size | 52.2 MB on disk |
| notes | 0 |
| filler rows | 5120 |
| cold-start total | 3492 ms |
| · snapshot restore (download+gunzip+untar, 85.0 MB) | 1805 ms |
| · PGlite open | 1172 ms |
| · lease acquire | 132 ms |
| durability mode | sleep — writes are memory-speed; the snapshot uploads when the instance is put to sleep |
| unflushed writes | ✓ none — bucket is current |
| fencing token | 11 |
- no notes yet — add one, then watch it survive a scale-to-zero
flushes to the bucket, releases the lease, exits — the next load cold-starts
a standard OLTP benchmark vs this PGlite DB, streamed live — self-caps its size, then cleans up
Powered by zeropg: PGlite + object storage + a conditional-write lease.