_______ is the process of dividing a database into multiple independent databases to distribute load.
- Clustering
- Partitioning
- Replication
- Sharding
Sharding is the process of dividing a database into multiple independent databases to distribute load. It is commonly used in large-scale distributed systems to improve performance and scalability.
Loading...
Related Quiz
- In database design, a _______ is a collection of database objects, such as tables, views, and indexes.
- Google Cloud Platform's _______ is a fully managed serverless data warehouse.
- Which attribute is used to provide an alternative text for an image in HTML?
- Data profiling helps identify _______ issues and inconsistencies in data sets.
- Which type of relationship is represented by a foreign key in a database?