Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Module 3 Quiz. md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Decoupling storage and compute means storing data in one location and processing

+ It makes updates to new software versions easier

Resources are isolated and therefore more manageable and debuggable
+ Resources are isolated and therefore more manageable and debuggable

+ It results in copies of the data in case of a data center outage
It results in copies of the data in case of a data center outage

+ It allows for elastic resources so larger storage or compute resources are used only when needed

Expand Down