Designing Data Intensive Applications 1
Table of Contents
Reliable, Scalable, and Maintainable Applications
- 数据库
A data-intensive application is typically built from the standard building blocks that provide the commonly needed functionality
-
缓存
Remember the result of an expensive operation to speed up reads. -
搜索及索引
Allow users to search data by keyword or filter it by various ways -
流处理
Send a messenger to another process to be handled a asynchronously. -
批处理
periodically crunch a large amount of accumulated data
Comments |0|
Category: 似水流年