mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-12-16 01:48:56 +03:00
Merge dacfe6ae01 into 7a094cec63
This commit is contained in:
@@ -235,6 +235,9 @@ Gather requirements and scope the problem. Ask questions to clarify use cases a
|
|||||||
* How much data do we expect to handle?
|
* How much data do we expect to handle?
|
||||||
* How many requests per second do we expect?
|
* How many requests per second do we expect?
|
||||||
* What is the expected read to write ratio?
|
* What is the expected read to write ratio?
|
||||||
|
* How available or system need to be?
|
||||||
|
* How fast does the system need to process requests?
|
||||||
|
* How tolerant of lossy or incorrect data is the business process?
|
||||||
|
|
||||||
### Step 2: Create a high level design
|
### Step 2: Create a high level design
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user