Skip to content

Commit

Permalink
add glossary for v6.1 (pingcap#9672) (pingcap#9701)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Jun 7, 2022
1 parent 4432cb8 commit d3b37fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ ACID 是指数据库管理系统在写入或更新资料的过程中,为保证

自动捕获绑定 (Baseline Capturing) 会对符合捕获条件的查询进行捕获,为符合条件的查询生成相应的绑定。通常用于升级时的[计划回退防护](/sql-plan-management.md#升级时的计划回退防护)

### Bucket

一个 [Region](#regionpeerraft-group) 在逻辑上划分为多个小范围,称为 bucket。TiKV 按 bucket 收集查询统计数据,并将 bucket 的情况报告给 PD。详情参见 [Bucket 设计文档](https://github.com/tikv/rfcs/blob/master/text/0082-dynamic-size-region.md#bucket)

## C

### Cached Table
Expand Down

0 comments on commit d3b37fa

Please sign in to comment.