_______ is the process of dividing a database into multiple independent databases to distribute load.

  • Clustering
  • Partitioning
  • Replication
  • Sharding
Sharding is the process of dividing a database into multiple independent databases to distribute load. It is commonly used in large-scale distributed systems to improve performance and scalability.
Add your answer
Loading...

Leave a comment

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