fpereiro / backendlore

How I write backends
5.14k stars 254 forks source link

Sharding is very important for any api when it grows. How do you do DB Sharding ? #10

Closed miteshsondhi closed 4 years ago

fpereiro commented 4 years ago

Hi @miteshsondhi ! Interesting question! In response to it I just added a diagram of Architecture E and also a section where I put all that I know about database partitioning, which is very little (https://github.com/fpereiro/backendlore#db-partitioning). If you have further questions please feel free to reopen the issue.

Thank you!