JingsongLi opened a new pull request, #193:
URL: https://github.com/apache/flink-table-store/pull/193

   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 is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to