Skip to content

Commit

Permalink
remove allow-auto-random from config manual (pingcap#4642)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangenta authored Oct 10, 2020
1 parent 790196d commit c29dca6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
6 changes: 0 additions & 6 deletions tidb-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -571,12 +571,6 @@ TiDB 服务状态相关配置。

experimental 部分为 TiDB 实验功能相关的配置。该部分从 v3.1.0 开始引入。

### `allow-auto-random` <span class="version-mark">从 v3.1.0 版本开始引入</span>

+ 用于控制是否允许使用 `AUTO_RANDOM`
+ 默认值:false
+ 默认情况下,不支持使用 `AUTO_RANDOM`。当该值为 true 时,不允许同时设置 alter-primary-key 为 true。

### `allow-expression-index` <span class="version-mark">从 v4.0.0 版本开始引入</span>

+ 用于控制是否能创建表达式索引。
Expand Down
9 changes: 0 additions & 9 deletions troubleshoot-hot-spot-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,6 @@ TiDB `alter-primary-key` 参数设置为 false 时,会使用表的整数型主

使用 `AUTO_RANDOM` 处理自增主键热点表,适用于代替自增主键,解决自增主键带来的写入热点。

> **注意:**
>
> 该功能目前还是实验性功能,不推荐生产环境使用。可使用以下配置启用:
>
> ```
> [experimental]
> allow-auto-random = true
> ```
使用该功能后,将由 TiDB 生成随机分布且空间耗尽前不重复的主键,达到离散写入、打散写入热点的目的。

注意 TiDB 生成的主键不再是自增的主键,可使用 `LAST_INSERT_ID()` 获取上次分配的主键值。
Expand Down

0 comments on commit c29dca6

Please sign in to comment.