Slide 31
Slide 31 text
APPROACH C: SHARDING
This is the solution usually applied by
NoSQL, MySQL Cluster, etc.
The writes and reads occur on a different
server depending on the has of the row
This is the most scalable solution, scales
both writes and reads
Transactions have an higher-toll and are
not always supported
It’s not easy to automate resharding, but
it’s possible
Leave it to the experts, use provided
clustering solutions
Data