Scaling Data Storage using Data Partitioning
What is Data Partitioning?
When we launch a new application, just like a single application server, it typically uses a single database server to store data (e.g. you would see database servers like MySQL or Postgres being used). Just like any other Node in a distributed system, the Database server has the following resources that limit the infinite scale
- Storage Capacity
- Memory
- Processing Power
- Network Bandwidth
Eventually, your database will exceed the ...
Access this course and 1400+ top-rated courses and projects.