_______ is a technique used in databases to improve performance by distributing a large database.

  • Indexing
  • Joins
  • Normalization
  • Sharding
Sharding is a technique used in databases to improve performance by horizontally partitioning and distributing a large database across multiple servers or nodes. It helps distribute the workload and enhance scalability. Joins, Normalization, and Indexing are also techniques but do not specifically focus on distributing a large database.
Add your answer
Loading...

Leave a comment

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