Question d’entretien chez Amazon

What is Sharding ?

Réponses aux questions d'entretien

Utilisateur anonyme

25 nov. 2018

Sharding is a method of splitting and storing a larger dataset in multiple databases. Sharding is necessary if a dataset is too large to be stored in a single database. By distributing the data among multiple machines, a cluster of database systems can store larger dataset and handle additional requests.

Utilisateur anonyme

29 déc. 2016

Partition of a huge database into smaller databases in order to gain performance and managebility

1