Syst & DB
Syst & DB
org/system-
design-tutorial/?ref=lbp)
System Design is the process of designing the architecture, components, and interfaces for a system so that it
meets the end-user requirements
https://www.youtube.com/watch?v=kO0EQNfE2x4
Which databases to use?
-relational database management system-MySQL, Oracle database, PostgreSQL
-Non-Relational databases are also called NoSQL databases. Popular ones are -CouchDB,Neo4j,
Cassandra, HBase, Amazon DynamoDB,
-These databases are grouped into four categories: key-value stores, graph stores, column stores,
and document stores. Join operations are generally not supported in non-relational databases.