Results summary
Static snapshots of published benchmark studies—tables previously browsed on the Streamlit explorer — down between releases.
Each major release gets a snapshot here when its cycle ends. PG 19 will publish on Streamlit first when the next round begins.
By PostgreSQL version
| Version | Contents |
|---|---|
| PostgreSQL 18 | OSM leaderboard, power, network, checkpoint, dirty memory; pgbench build and SELECT |
Capturing a snapshot
From the live Streamlit app (no database required):
pip install -r explorer/requirements-snapshot.txt
playwright install chromium
python3 explorer/snapshot-streamlit.py --pg 18
Optional, if you have the results DB: python3 explorer/archive-results.py --pg 18
Details: docs/plans/results-snapshot.md.