Jingsong Lee created FLINK-28159:
------------------------------------
Summary: Table Store: Bucket pruning based on primary key filter
Key: FLINK-28159
URL: https://issues.apache.org/jira/browse/FLINK-28159
Project: Flink
Issue Type: Improvement
Components: Table Store
Reporter: Jingsong Lee
Fix For: table-store-0.2.0
TABLE(a, b, c), pk is a
Query: SELECT * FROM T WHERE a = '...';
If a is a specific value, we can know which bucket is needed. We don't need to
read other buckets.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)