pull/641/merge
Andrew Howden 2022-04-23 22:31:56 +09:00 committed by GitHub
commit 96b92dc9ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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 many requests per second do we expect?
* 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