mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-12-15 17:38:56 +03:00
update
This commit is contained in:
@@ -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#每个程序员都应该知道的延迟数)。
|
||||
|
||||
### 持续进行
|
||||
|
||||
|
||||
Reference in New Issue
Block a user