...

/

Scaling Data Storage using Data Partitioning

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

  1. Storage Capacity
  2. Memory
  3. Processing Power
  4. Network Bandwidth

Eventually, your database will exceed the ...

Access this course and 1400+ top-rated courses and projects.