[Doc] Add enable_group_by_compressed_key (backport #61986) (#62734)

Co-authored-by: 絵空事スピリット <wanglichen@starrocks.com>
This commit is contained in:
mergify[bot] 2025-09-04 19:26:15 +08:00 committed by GitHub
parent 419b803d98
commit d66412ce10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 18 additions and 0 deletions

View File

@ -474,6 +474,12 @@ Default value: `true`.
* **Default**: false, which means this feature is disabled.
* **Introduced in**: v2.5
### enable_group_by_compressed_key
* **Description**: Whether to use accurate statistical information to compress the GROUP BY Key column. Valid values: `true` and `false`.
* **Default**: true
* **Introduced in**: v4.0
### enable_gin_filter
* **Description**: Whether to utilize the [fulltext inverted index](../table_design/indexes/inverted_index.md) during queries.

View File

@ -457,6 +457,12 @@ MySQL クライアント互換性のために使用されます。実際の用
* **デフォルト**: false、つまりこの機能は無効です。
* **導入バージョン**: v2.5
### enable_group_by_compressed_key
* **説明**: GROUP BY キー列を圧縮するために正確な統計情報を使用するかどうか。有効な値: `true``false`
* **デフォルト**: true
* **導入バージョン**: v4.0
### enable_gin_filter
* **説明**: クエリ中に[全文逆インデックス](../table_design/indexes/inverted_index.md)を利用するかどうか。

View File

@ -463,6 +463,12 @@ ALTER USER 'jack' SET PROPERTIES ('session.query_timeout' = '600');
* 默认值false表示不开启。
* 引入版本v2.5
### enable_group_by_compressed_key
* 描述:是否利用准确的统计信息来压缩 GROUP BY Key 列。有效值:`true` 和 `false`
* 默认值true
* 引入版本v4.0
### enable_gin_filter
* 描述:查询时是否使用[全文倒排索引](../table_design/indexes/inverted_index.md)。