docs: Explain Sharding Strategies (#2519)
- Add Sharding Strategies Description - Add Sharding Strategies Relevant linkspull/2513/head^2
parent
2b78f1be06
commit
1742e08174
1 changed files with 8 additions and 1 deletions
@ -1 +1,8 @@ |
||||
# Sharding strategies |
||||
# Sharding strategies |
||||
|
||||
Sharding strategy is a technique to split a large dataset into smaller chunks (logical shard) in which we distribute these chunks in different machines/database nodes in order to distribute the traffic load. It’s a good mechanism to improve the scalability of an application. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
|
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/database-sharding-a-system-design-concept/'>Database Sharding – System Design Interview Concept</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://stackoverflow.blog/2022/03/14/how-sharding-a-database-can-make-it-faster/'>How sharding a database can make it faster</BadgeLink> |
||||
|
Loading…
Reference in new issue