_______ is a database design technique that involves breaking down large tables into smaller, more manageable parts to improve performance.

  • Denormalization
  • Indexing
  • Normalization
  • Sharding
Sharding is a database design technique where large tables are broken down into smaller, more manageable parts called shards. Each shard is an independent database table, which can enhance performance by distributing the data across multiple servers or nodes. This technique is often used in distributed databases.
Add your answer
Loading...

Leave a comment

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