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|

Legend *) Required fields are marked
**) You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>
Category: 似水流年