_______ is a technique used to improve query performance by limiting the partitions that need to be scanned.
- Clustering
- Indexing
- Replication
- Sharding
Sharding is a technique used to improve query performance by limiting the partitions that need to be scanned. It involves dividing a large database into smaller, more manageable parts called shards, which can be processed independently.
Loading...
Related Quiz
- _______ databases are designed to scale horizontally, making them suitable for applications with high scalability requirements.
- What is the significance of storage optimization in relational schema design?
- How does partitioning contribute to improving database performance?
- To optimize performance in a Key-Value Store, _______ techniques may be employed.
- _______ is a mechanism used in NoSQL databases to detect and resolve conflicts in data versions.