This commit is contained in:
Kevin Xu
2019-06-04 01:49:49 +08:00
parent 4a02c5d0f1
commit 954d18c858

View File

@@ -227,7 +227,7 @@ class HitCounts(MRJob):
### 用例: 服务删除过期的 pastes
为了删除过期的 pastes我们可以直接搜索 **SQL 数据库** 中所有的过期时间比当前时间更早的记录,
所有过期的记录将从这张表里面删除(或者将其标记为过期)
所有过期的记录将从这张表里面删除(或者将其标记为过期)
## 第四步:扩展这个设计
@@ -318,11 +318,11 @@ class HitCounts(MRJob):
### 安全
参考[安全](https://github.com/donnemartin/system-design-primer/blob/master/README-zh-Hans.md#安全).
参考[安全](https://github.com/donnemartin/system-design-primer/blob/master/README-zh-Hans.md#安全)
### 延迟数字
见[每个程序员都应该知道的延迟数](https://github.com/donnemartin/system-design-primer/blob/master/README-zh-Hans.md#每个程序员都应该知道的延迟数).
见[每个程序员都应该知道的延迟数](https://github.com/donnemartin/system-design-primer/blob/master/README-zh-Hans.md#每个程序员都应该知道的延迟数)
### 持续进行