Data Model
← Back to Key Decision Factors
The fundamental structure of your data determines the database type. Relational for structured data with joins and transactions. Document for flexible, nested data. Graph for relationships. Time-series for temporal data. Key-value for simple lookups.
Key Properties
- Relational for Structured Data
- Document for Flexible Nested Data
- Graph for Relationships
- Time-Series for Temporal Data
- Key-Value for Simple Lookups