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/07/06 09:56:00 UTC

[jira] [Closed] (FLINK-28159) Table Store: Bucket pruning based on primary key filter

     [ https://issues.apache.org/jira/browse/FLINK-28159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jingsong Lee closed FLINK-28159.
--------------------------------
    Resolution: Fixed

master: 19f2973d6bc59b0d0310c48eae8bb97741fb31d9

> 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
>            Assignee: Jingsong Lee
>            Priority: Major
>              Labels: pull-request-available
>             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.10#820010)