RapidFort interview question

What is sharding and explain it ?

Interview Answer

Anonymous

24 Dec 2024

Sharding is a database architecture technique used to improve scalability and performance by distributing data across multiple databases, or "shards." Each shard is an independent database that holds a subset of the overall data.