Co-authored-by: 絵空事スピリット <wanglichen@starrocks.com>
This commit is contained in:
parent
419b803d98
commit
d66412ce10
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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)を利用するかどうか。
|
||||
|
|
|
|||
|
|
@ -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)。
|
||||
|
|
|
|||
Loading…
Reference in New Issue