You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Tzu-Li (Gordon) Tai (JIRA)" <ji...@apache.org> on 2018/03/12 15:41:01 UTC

[jira] [Reopened] (FLINK-7617) Remove string format in BitSet to improve the performance of BuildSideOuterjoin

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

Tzu-Li (Gordon) Tai reopened FLINK-7617:
----------------------------------------

> Remove string format in BitSet to improve the performance of BuildSideOuterjoin
> -------------------------------------------------------------------------------
>
>                 Key: FLINK-7617
>                 URL: https://issues.apache.org/jira/browse/FLINK-7617
>             Project: Flink
>          Issue Type: Improvement
>          Components: Local Runtime
>            Reporter: Jingsong Lee
>            Assignee: Jingsong Lee
>            Priority: Major
>             Fix For: 1.4.0, 1.3.4
>
>
> When using BuildSideOuterjoin, will frequently call Bitset.set and get, there will be
> Preconditions.checkArgument (index <bitLength && index> = 0,
> String.format ("Input Index [% d] is larger than BitSet available size [% d].", Index, bitLength));
> Of the check, String.format will lead to a sharp decline performance.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)