Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions data-type-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ aliases: ['/docs-cn/stable/reference/sql/data-types/json/']

# JSON 类型

> **警告:**
>
> 当前该功能为实验特性,不建议在生产环境中使用。

JSON 类型可以存储 JSON 这种半结构化的数据,相比于直接将 JSON 存储为字符串,它的好处在于:

1. 使用 Binary 格式进行序列化,对 JSON 的内部字段的查询、解析加快;
Expand Down
4 changes: 4 additions & 0 deletions functions-and-operators/json-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ aliases: ['/docs-cn/stable/reference/sql/functions-and-operators/json-functions/

# JSON 函数及语法糖

> **警告:**
>
> 当前该功能为实验特性,不建议在生产环境中使用。

TiDB 支持 MySQL 5.7 GA 版本发布的大多数 JSON 函数。MySQL 5.7 发布后,又增加了更多 JSON 函数,TiDB 并未支持所有这些函数(参见[未支持的函数](#未支持的函数))。

## 创建 JSON 值的函数
Expand Down
4 changes: 4 additions & 0 deletions generated-columns.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ aliases: ['/docs-cn/stable/reference/sql/generated-columns/']

# 生成列

> **警告:**
>
> 当前该功能为实验特性,不建议在生产环境中使用。

本文介绍生成列的概念以及用法。

## 生成列的基本概念
Expand Down
4 changes: 4 additions & 0 deletions tidb-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,10 @@ TiDB 配置文件比命令行参数支持更多的选项。你可以在 [config/

prepare 语句的 Plan cache 设置。

> **警告:**
>
> 当前该功能为实验特性,不建议在生产环境中使用。

### `enabled`

+ 开启 prepare 语句的 plan cache。
Expand Down