Pregunta de entrevista de Amazon

What is Sharding ?

Respuestas de entrevistas

Anónimo

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.

Anónimo

29 dic 2016

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

1