Skip to content

Commit

Permalink
remove ambiguous TTL from glossary (#18588) (#18593)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Aug 15, 2024
1 parent fefafa8 commit f66d4ef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,3 @@ Top SQL helps locate SQL queries that contribute to a high load of a TiDB or TiK
### TSO

Because TiKV is a distributed storage system, it requires a global timing service, Timestamp Oracle (TSO), to assign a monotonically increasing timestamp. In TiKV, such a feature is provided by PD, and in Google [Spanner](http://static.googleusercontent.com/media/research.google.com/en//archive/spanner-osdi2012.pdf), this feature is provided by multiple atomic clocks and GPS.

### TTL

[Time to live (TTL)](/time-to-live.md) is a feature that allows you to manage TiDB data lifetime at the row level. For a table with the TTL attribute, TiDB automatically checks data lifetime and deletes expired data at the row level.

0 comments on commit f66d4ef

Please sign in to comment.