Skip to content

Commit 4c7277a

Browse files
Merge pull request #61 from goncalodasilva/patch-18
fix 104
2 parents a167ba0 + 7008ffe commit 4c7277a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1486,10 +1486,10 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
14861486

14871487
### A company is building a stock trading application that requires sub-millisecond latency in processing trading requests. Amazon DynamoDB is used to store all the trading data that is used to process each request. After load testing the application, the development team found that due to data retrieval times, the latency requirement is not satisfied. Because of sudden high spikes in the number of requests, DynamoDB read capacity has to be significantly over-provisioned to avoid throttling. What steps should be taken to meet latency requirements and reduce the cost of running the application?
14881488

1489-
- [x] Add Global Secondary Indexes for trading data.
1489+
- [ ] Add Global Secondary Indexes for trading data.
14901490
- [ ] Store trading data in Amazon S3 and use Transfer Acceleration.
14911491
- [ ] Add retries with exponential back-off for DynamoDB queries.
1492-
- [ ] Use DynamoDB Accelerator to cache trading data.
1492+
- [x] Use DynamoDB Accelerator to cache trading data.
14931493

14941494
**[⬆ Back to Top](#table-of-contents)**
14951495

0 commit comments

Comments
 (0)