You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jingsong Lee (Jira)" <ji...@apache.org> on 2022/06/13 08:19:00 UTC

[jira] [Created] (FLINK-28017) Introduce bucket-key to table store

Jingsong Lee created FLINK-28017:
------------------------------------

             Summary: 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
             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.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)