diff --git a/data-type-json.md b/data-type-json.md index 93d290ef8199..1ba5a9413367 100644 --- a/data-type-json.md +++ b/data-type-json.md @@ -6,6 +6,10 @@ aliases: ['/docs-cn/stable/reference/sql/data-types/json/'] # JSON 类型 +> **警告:** +> +> 当前该功能为实验特性,不建议在生产环境中使用。 + JSON 类型可以存储 JSON 这种半结构化的数据,相比于直接将 JSON 存储为字符串,它的好处在于: 1. 使用 Binary 格式进行序列化,对 JSON 的内部字段的查询、解析加快; diff --git a/functions-and-operators/json-functions.md b/functions-and-operators/json-functions.md index d9f12c7fc34f..ed697804c252 100644 --- a/functions-and-operators/json-functions.md +++ b/functions-and-operators/json-functions.md @@ -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 值的函数 diff --git a/generated-columns.md b/generated-columns.md index 4fd5df59ac28..b07568979431 100644 --- a/generated-columns.md +++ b/generated-columns.md @@ -6,6 +6,10 @@ aliases: ['/docs-cn/stable/reference/sql/generated-columns/'] # 生成列 +> **警告:** +> +> 当前该功能为实验特性,不建议在生产环境中使用。 + 本文介绍生成列的概念以及用法。 ## 生成列的基本概念 diff --git a/tidb-configuration-file.md b/tidb-configuration-file.md index 1dc260409704..8b33519e7479 100644 --- a/tidb-configuration-file.md +++ b/tidb-configuration-file.md @@ -353,6 +353,10 @@ TiDB 配置文件比命令行参数支持更多的选项。你可以在 [config/ prepare 语句的 Plan cache 设置。 +> **警告:** +> +> 当前该功能为实验特性,不建议在生产环境中使用。 + ### `enabled` + 开启 prepare 语句的 plan cache。