From 6504ed786276e3b5f52bbd48cfd84a975b428613 Mon Sep 17 00:00:00 2001 From: CaitinChen Date: Wed, 25 Apr 2018 15:19:16 +0800 Subject: [PATCH] op-guide: update format --- op-guide/gc.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/op-guide/gc.md b/op-guide/gc.md index 694e0d1e5a004..62eaa6b49e679 100644 --- a/op-guide/gc.md +++ b/op-guide/gc.md @@ -81,4 +81,5 @@ The TiDB transaction model is inspired by Google's Percolator. It's mainly a two ### 3. Do GC Clear the data before the safe point of each key and the write record. -> **Note**: If the last record in all the write records of `Put` and `Delete` types before the safe point is `Put`, this record and its data cannot be deleted directly. Otherwise, you cannot successfully perform the read operation whose timestamp is after the safe point and before the next version of the key. + +> **Note**: If the last record in all the write records of `Put` and `Delete` types before the safe point is `Put`, this record and its data cannot be deleted directly. Otherwise, you cannot successfully perform the read operation whose timestamp is after the safe point and before the next version of the key. \ No newline at end of file