Coding

Database Schema Design

✦ ChatGPT 🔥 88 puntuación tendencia 👁 0 usos
#database#schema#sql
Categoría
Coding
Plataforma
ChatGPT
Puntuación Tendencia
88/100
Total Usos
0
Plantilla de Prompt
Design a database schema for the following use case: [DESCRIBE DOMAIN AND KEY ENTITIES]. Scale: [APPROXIMATE ROWS, QPS]. Database: [POSTGRES/MYSQL/MONGODB/etc.]

Design: 1) Entity-relationship diagram (ASCII or description), 2) Table definitions with data types and constraints, 3) Index strategy — what to index and why, 4) Normalization decisions (where to denormalize for performance), 5) Foreign key and cascading rules, 6) How to handle soft deletes, timestamps, and audit fields, 7) Migration strategy if evolving an existing schema. Identify the top 3 query patterns and show how the schema su...
Ver más prompts de Coding