_______ 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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *