Revise as second reviewer

pull/60/head
Yang Wentao 2017-04-08 16:56:45 +08:00
parent 1c16c0ffa2
commit 8f95fe88e3
1 changed files with 13 additions and 13 deletions

View File

@ -67,16 +67,16 @@
欢迎提交 PR 提供帮助:
* 修复错误
* 善章节
* 善章节
* 添加章节
还需要打磨的一些内容放在了 [开发中](#under-development)。
一些还需要完善的内容放在了[开发中](#under-development)。
查看 [贡献指导](CONTRIBUTING.md)。
### 翻译
对**翻译**感兴趣?请查看这个 [门票](https://github.com/donnemartin/system-design-primer/issues/28)。
对**翻译**感兴趣?请查看这个 [链接](https://github.com/donnemartin/system-design-primer/issues/28)。
## 系统设计主题的索引
@ -134,21 +134,21 @@
* [Key-value 存储](#key-value-store)
* [文档存储](#document-store)
* [宽列存储](#wide-column-store)
* [数据库](#graph-database)
* [数据库](#graph-database)
* [SQL 还是 NoSQL](#sql-or-nosql)
* [缓存](#cache)
* [客户端缓存](#client-caching)
* [CDN 缓存](#cdn-caching)
* [Web 服务缓存](#web-server-caching)
* [Web 服务缓存](#web-server-caching)
* [数据库缓存](#database-caching)
* [应用缓存](#application-caching)
* [在数据库查询层缓存](#caching-at-the-database-query-level)
* [对象缓存](#caching-at-the-object-level)
* [数据库查询级别的缓存](#caching-at-the-database-query-level)
* [对象级别的缓存](#caching-at-the-object-level)
* [何时更新缓存](#when-to-update-the-cache)
* [隐式缓存](#cache-aside)
* [接写入](#write-through)
* [调写入](#write-behind-write-back)
* [自动更新](#refresh-ahead)
* [缓存模式](#cache-aside)
* [写模式](#write-through)
* [写模式](#write-behind-write-back)
* [新](#refresh-ahead)
* [异步](#asynchronism)
* [消息队列](#message-queues)
* [任务队列](#task-queues)
@ -237,7 +237,7 @@
### 第三步:设计核心组件
对每一个核心组件进行详细深入的分析。举例来说,如果你问到 [设计一个 url 缩写服务](solutions/system_design/pastebin/README.md),开始讨论:
对每一个核心组件进行详细深入的分析。举例来说,如果你问到 [设计一个 url 缩写服务](solutions/system_design/pastebin/README.md),开始讨论:
* 生成并储存一个完整 url 的 hash
* [MD5](solutions/system_design/pastebin/README.md) 和 [Base62](solutions/system_design/pastebin/README.md)
@ -267,7 +267,7 @@
* [两张表的威力](#powers-of-two-table)
* [每一位程序员都应该知道的数字误差](#latency-numbers-every-programmer-should-know)
### 源码以及查看更多
### 相关资源和延伸阅读
查看下面的链接以获得我们期望的更好的想法: