Grokking the System Design Interview
Ask Author
Back to course home

0% completed

Vote For New Content
Why do we use RDBMS instead of NoSQL. Same type of structures were stored in NoS...

ondakikamgittibunubulmakicin

Jul 5, 2022

Why do we use RDBMS instead of NoSQL. Same type of structures were stored in NoSQL in previous designs?

7

0

Comments
Comments
J
Junaid Effendi3 years ago

Same question, mysql is not horizontally scalable, and I am not sure that size can fit in one server easily, if you split into multiple servers, then its super hard to maintain, because mysql will store normalized table and would have to split in a way that all related ...