You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maksim Timonin (Jira)" <ji...@apache.org> on 2021/09/15 13:03:00 UTC

[jira] [Created] (IGNITE-15515) Implement BPlusIO exclusive find

Maksim Timonin created IGNITE-15515:
---------------------------------------

             Summary: Implement BPlusIO exclusive find
                 Key: IGNITE-15515
                 URL: https://issues.apache.org/jira/browse/IGNITE-15515
             Project: Ignite
          Issue Type: New Feature
            Reporter: Maksim Timonin
            Assignee: Maksim Timonin


For IndexQuery we use filtering to check boundaries in case of exclusive search. It's because BPlusIO supports only inclusive search.

We can skip this filtering for IndexQuery with single field criterion if implement exclusive search in the tree class.  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)