Scrap
Shard vs Partition
JinungKim
2022. 5. 24. 17:18
공통적으로 라지한 데이터셋을 나누는 것은 동일하다.
Shard: subset을 여러대의 컴퓨터에 분산 처리함
Partition: subset grouping at single db instance
Sharding
Sharding is the practice of optimizing database systems by separating the rows or columns of a larger database table into multiple smaller tables (shards).
hazelcast.com