_________ databases typically use denormalization to optimize read performance.
- Document
- Graph
- Key-value
- Relational
Relational databases like PostgreSQL or MySQL often denormalize data by duplicating information to reduce the need for joins, thereby improving read performance at the expense of increased storage requirements.
Loading...
Related Quiz
- In Django, what is the purpose of a view function?
- What is a race condition, and how does it relate to synchronization?
- _______ is a technique used in RESTful APIs to combine multiple requests into a single request.
- What layer of the TCP/IP model is responsible for packet routing?
- What is the role of HATEOAS in RESTful APIs?