Data → Data Foundations
PDM
A database-specific physical representation of tables, columns, keys, indexes, partitions, and storage choices.
Motivation
A database-specific physical representation of tables, columns, keys, indexes, partitions, and storage choices.
Where it fits
This concept provides a shared vocabulary for designing, documenting, measuring, or operating software systems.
Mental model
Treat it as a structured tool: define the question being answered, use consistent terminology, and connect the result to decisions and follow-up work.
Practical use
A PDM translates logical structure into implementable database objects and performance-oriented physical choices.
Common mistakes
- Using ambiguous definitions or units.
- Collecting or documenting information without connecting it to a decision.
- Failing to keep the artifact or measurement current as the system changes.
Related concepts
See the linked concepts in the knowledge graph for prerequisites and adjacent practices.