You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/10/12 09:30:00 UTC

[jira] [Commented] (IGNITE-6605) SQL: Merge and optimize backup query filter

    [ https://issues.apache.org/jira/browse/IGNITE-6605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16201692#comment-16201692 ] 

ASF GitHub Bot commented on IGNITE-6605:
----------------------------------------

GitHub user devozerov opened a pull request:

    https://github.com/apache/ignite/pull/2836

    IGNITE-6605

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-6605

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/2836.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2836
    
----
commit c4f0895aa71db35e684de210915a7ccd41ef514c
Author: devozerov <vo...@gridgain.com>
Date:   2017-10-12T08:11:32Z

    Removed unused method.

commit 046ecb254628ee6fe2471b11f2f5da665b802b78
Author: devozerov <vo...@gridgain.com>
Date:   2017-10-12T09:10:47Z

    WIP.

commit 35999fffff4fffc433294057b40a925227e3882a
Author: devozerov <vo...@gridgain.com>
Date:   2017-10-12T09:19:21Z

    Fixed compilation.

commit cf16a5181c02df8c16d310a8d94310e01d458d09
Author: devozerov <vo...@gridgain.com>
Date:   2017-10-12T09:21:17Z

    Fix.

----


> SQL: Merge and optimize backup query filter
> -------------------------------------------
>
>                 Key: IGNITE-6605
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6605
>             Project: Ignite
>          Issue Type: Task
>          Components: sql
>    Affects Versions: 2.3
>            Reporter: Vladimir Ozerov
>            Assignee: Vladimir Ozerov
>              Labels: performance
>             Fix For: 2.4
>
>
> 1) Merge two anonymous implementations as they does the same things.
> 2) Get rid of binary search in favor of hash-based lookup.
> 3) Do not create a filter for {{PARTITIONED}} cache with no backups when there are no explicit partitions.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)