What is sharding in the context of database management?

  • It is a method for compressing data in a database.
  • It refers to creating a backup of a database.
  • Sharding is a type of encryption technique for securing data.
  • Sharding is the process of breaking down a large database into smaller, more manageable parts called shards.
Sharding involves partitioning a large database into smaller, more manageable parts called shards. Each shard can be hosted on a separate server, distributing the workload and improving scalability in large-scale database systems.
Add your answer
Loading...

Leave a comment

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