Postgres
Verified against a real server in CI.
- A read-only role. SELECT and USAGE only; cube asserts it cannot write before it reads anything.
- A connection URI:
postgres://cube_ro@host:5432/db. - Prefer a read replica. Profiling is sampled and bounded, and a replica keeps it off your primary entirely.