Data Modeling - Schema
Table of Contents
1 - About
A schema is a metadata that defines the structure of data.
Complex relational schemas are more difficult to scale due to the number of data consistency constraints that introduces extra locks.
2 - Articles Related
3 - Validation
4 - Schema Type
4.1 - on read
schema on read:
- Data - Semi-Structured Data
4.2 - on write
schema on write: Data - (Structured Data|Schema before)
4.3 - Less
See:
- Data - Semi-Structured Data
4.4 - Later
see:
- Data - Semi-Structured Data
4.5 - Before
see Data - (Structured Data|Schema before)