In the context of large databases, ________ is a strategy used to move parts of the database incrementally.

  • Chunking
  • Partitioning
  • Shard
  • Sharding
Sharding involves horizontally partitioning data across multiple databases or servers. It's an effective strategy for managing large datasets by distributing the load across multiple resources, thus enabling incremental migration without overwhelming a single database.
Add your answer
Loading...

Leave a comment

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