_______ is the process of distributing data across multiple servers in a NoSQL database.
- Data Aggregation
- Data Fragmentation
- Data Replication
- Data Sharding
Sharding is the process of distributing data across multiple servers in a NoSQL database. It helps in improving performance and scalability by dividing the dataset into smaller, manageable parts that can be processed independently.
Loading...
Related Quiz
- Scenario: A database has a table with attributes {EmployeeID, ProjectID, HoursWorked}. Is this table in the third normal form (3NF)?
- Partitioning helps in _______ the data across different storage devices or servers.
- In relational schema design, a _______ key uniquely identifies a record within a table.
- Scenario: A financial institution requires immediate consistency across all its branches when updating account balances. Which consistency model would be most suitable for their NoSQL database?
- What is a key-value store in NoSQL database systems?