DB Schema Design

Design a database schema from access patterns — paradigm chosen deliberately (relational/document/key-value/wide-column/graph), keys and partitioning driven by the actual queries, indexes mapped to predicates, money/time types right, and every read path verified to have a supporting access path. Use when the user is designing a data model, schema, or tables for a feature, choosing a database, or asks how to structure/store data.

sananthanarayan 8c7626f 6 files · 20.5 KB Updated

File contents

sananthanarayan/skilldrop/tree/main/skills/db-schema-design commit 8c7626fdfc

Frequently asked questions

npx skillmds@latest add sananthanarayan/db-schema-design