DDIA Chapter 1 Summary

The following content is my own note from the book, “Designing Data-Intensive Applications”. The writing is intended for people who want to dash through the book quickly.

Generally, data-intensive app require the following:

database
cache
search ind…


This content originally appeared on DEV Community and was authored by Daniel Lee

The following content is my own note from the book, "Designing Data-Intensive Applications". The writing is intended for people who want to dash through the book quickly.

Generally, data-intensive app require the following:

  • database
  • cache
  • search index (search by keyword or filter)
  • batch processing
  • stream processing

To identify load parameters for scalability and performance, ask the following:

  • request per second to a web server
  • ratio of reads to writes in a database
  • number of simultaneously active users (aka. peak time traffic)
  • hit rate on a cache
  • bottleneck dominated by a small number of extreme cases


This content originally appeared on DEV Community and was authored by Daniel Lee


Print Share Comment Cite Upload Translate Updates
APA

Daniel Lee | Sciencx (2024-09-03T18:01:44+00:00) DDIA Chapter 1 Summary. Retrieved from https://www.scien.cx/2024/09/03/ddia-chapter-1-summary/

MLA
" » DDIA Chapter 1 Summary." Daniel Lee | Sciencx - Tuesday September 3, 2024, https://www.scien.cx/2024/09/03/ddia-chapter-1-summary/
HARVARD
Daniel Lee | Sciencx Tuesday September 3, 2024 » DDIA Chapter 1 Summary., viewed ,<https://www.scien.cx/2024/09/03/ddia-chapter-1-summary/>
VANCOUVER
Daniel Lee | Sciencx - » DDIA Chapter 1 Summary. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/09/03/ddia-chapter-1-summary/
CHICAGO
" » DDIA Chapter 1 Summary." Daniel Lee | Sciencx - Accessed . https://www.scien.cx/2024/09/03/ddia-chapter-1-summary/
IEEE
" » DDIA Chapter 1 Summary." Daniel Lee | Sciencx [Online]. Available: https://www.scien.cx/2024/09/03/ddia-chapter-1-summary/. [Accessed: ]
rf:citation
» DDIA Chapter 1 Summary | Daniel Lee | Sciencx | https://www.scien.cx/2024/09/03/ddia-chapter-1-summary/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.