SQL & Data Code Hygiene
Migration, transaction, locking, query-plan, and data-access hygiene.
Select one bounded recipe. Start in audit mode; authorize fixes only after reviewing the candidate evidence.
Recipes
SQL migration idempotence and rollback hygiene
developmentBounded audit or remediation to make schema migrations ordered, restartable where required, and operationally reversible.
SQL transaction, locking, and concurrency hygiene
developmentBounded audit or remediation to make transaction scope and concurrent update behavior explicit.
SQL query plan, index, and N+1 hygiene
developmentBounded audit or remediation to remove proven query amplification and plan regressions using representative evidence.