Please enable JavaScript.
Coggle requires JavaScript to display documents.
CloudComputing (Remove Single Point of Failure (Do Redundency, Detection…
CloudComputing
-
-
-
-
-
-
Database
RDS
-
-
Anti-Pattern
- no need for joins
- no need for complex transaction
NoSQL
-
-
Anti-Pattern
- requires joins
- requires complex transactions
Design Principles
Scalability
Scale Up
- start with t2
- get bigger in machine type/network/memory and so on
Scale out
- add servers / replicas and so on
-
-
-
-
-
-