[
https://issues.apache.org/jira/browse/FLINK-28017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jingsong Lee updated FLINK-28017:
---------------------------------
Description:
Specifies the table store distribution policy. Data is assigned to each bucket
according to the hash value of bucket-key.
* It is primary key when table has primary key. The user can specify a bucket
key, it should be part of primary keys.
* It is all fields when table has no primary key.
If there are filter conditions for specific fields, reasonable settings can
give a big performance boost to the table, but care needs to be taken to avoid
data skewing.
was:
Specifies the table store distribution policy. Data is assigned to each bucket
according to the hash value of bucket-key.
* It is primary key when table has primary key. The user can specify a bucket
key, it should be part of primary keys.
* It is all fields when table has no primary key.
> Introduce bucket-key to table store
> -----------------------------------
>
> Key: FLINK-28017
> URL: https://issues.apache.org/jira/browse/FLINK-28017
> Project: Flink
> Issue Type: New Feature
> Components: Table Store
> Reporter: Jingsong Lee
> Priority: Major
> Fix For: table-store-0.2.0
>
>
> Specifies the table store distribution policy. Data is assigned to each
> bucket according to the hash value of bucket-key.
> * It is primary key when table has primary key. The user can specify a
> bucket key, it should be part of primary keys.
> * It is all fields when table has no primary key.
> If there are filter conditions for specific fields, reasonable settings can
> give a big performance boost to the table, but care needs to be taken to
> avoid data skewing.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)