Beyond schema changes Beyond migrations

Query & ORM change verification

planned
Planned

Plan-regression checks for changed queries against live schema statistics — the read-side twin of "the migration parsed fine".

A changed query parses fine and then does a sequential scan over the largest table in the system. The read-side twin of migration safety is plan-regression checking for the queries a pull request changes — extracted from SQL files or ORM definitions and judged against live schema statistics with the same EX rules bolvrk explain uses today.

Want this moved up the roadmap?

The roadmap bends toward what connected teams actually need — tell us.

Also in Beyond schema changes