Skip to content

Commit

Permalink
update translation related with tombstone, again
Browse files Browse the repository at this point in the history
  • Loading branch information
yingang committed Dec 13, 2021
1 parent ba60df5 commit 07c0c84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ch3.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ $ cat database

* 删除记录

如果要删除一个键及其关联的值,则必须在数据文件中追加一个特殊的删除记录(逻辑删除,有时称为墓碑(tombstone))。当日志段被合并时,逻辑删除告诉合并过程丢弃被删除键的任何以前的值
如果要删除一个键及其关联的值,则必须在数据文件中追加一个特殊的删除记录(逻辑删除,有时被称为墓碑,即tombstone)。当日志段被合并时,合并过程会通过这个墓碑知道要将被删除键的所有历史值都丢弃掉

* 崩溃恢复

Expand Down
2 changes: 1 addition & 1 deletion zh-tw/ch3.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ $ cat database

* 刪除記錄

如果要刪除一個鍵及其關聯的值,則必須在資料檔案中追加一個特殊的刪除記錄(邏輯刪除,有時稱為墓碑(tombstone))。當日志段被合併時,邏輯刪除告訴合併過程丟棄被刪除鍵的任何以前的值
如果要刪除一個鍵及其關聯的值,則必須在資料檔案中追加一個特殊的刪除記錄(邏輯刪除,有時被稱為墓碑,即tombstone)。當日志段被合併時,合併過程會透過這個墓碑知道要將被刪除鍵的所有歷史值都丟棄掉

* 崩潰恢復

Expand Down

0 comments on commit 07c0c84

Please sign in to comment.