Skip to main content

Scale Benchmark

A performance playground over tens of thousands of tuples, running a real Postgres in your browser via PGlite. Generate a dataset and benchmark each read path: check / explain stay roughly constant-time as the table grows, while listSubjects / listAccessibleObjects are output-linear — sub-second even at ~83k tuples.

Open the demo in a new tab ↗

note

If the embed doesn't load, please open it directly using the link above.

See the Performance overview for how these numbers are achieved, or browse the source on GitHub.