Question 5 of 10Pro Only
What is database sharding, and when should you consider using it?
Sample answer preview
Database sharding is a horizontal partitioning strategy that splits data across multiple database instances called shards. Each shard contains a subset of the total data and operates independently.
horizontal partitioningshard keyrange-basedhash-basedgeographic shardinghot spots