Database Backup, Recovery, and Disaster Planning
Design a complete database backup and recovery strategy — automated backups, point-in-time recovery, cross-region replication, and DR testing.
More in Data & SQL Prompts
SQL: Rewrite a Slow Query for 10x Performance
Optimise a slow query with a step-by-step EXPLAIN ANALYZE walkthrough.
SQL: Schema Design for a New Feature
Produce a normalised schema, migrations, and seed data for a new product feature...
SQL: Detect N+1 and Suggest Eager Loading Fix
Audit a query log for N+1 issues and produce a fix with ORM-specific eager loadi...
SQL: Safe Zero-Downtime Schema Migration
Plan a schema migration that runs safely against a live production database.