[Doc] Fix SQL Digest (#62075)
Signed-off-by: 絵空事スピリット <wanglichen@starrocks.com>
This commit is contained in:
parent
d0c5c0cc33
commit
c8a5f412e5
|
|
@ -515,6 +515,7 @@
|
|||
"administration/Meta_recovery",
|
||||
"administration/data_migration_tool",
|
||||
"administration/http_interface",
|
||||
"administration/sql_digest",
|
||||
{
|
||||
"type": "category",
|
||||
"label": "User Privileges and Authentication",
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Digest=f58bb71850d112014f773717830e7f77
|
|||
|
||||
## 使用方法
|
||||
|
||||
您需要通过设置FE配置项 `enable_sql_digest` 为 `true` 来启用向量索引功能。
|
||||
您需要通过设置FE配置项 `enable_sql_digest` 为 `true` 来启用 SQL Digest 功能。
|
||||
|
||||
您可以通过以下命令动态启用此功能:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue