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

[jira] [Created] (IGNITE-17670) Implementing a sorted index B+Tree

Kirill Tkalenko created IGNITE-17670:
----------------------------------------

             Summary: Implementing a sorted index B+Tree
                 Key: IGNITE-17670
                 URL: https://issues.apache.org/jira/browse/IGNITE-17670
             Project: Ignite
          Issue Type: Task
            Reporter: Kirill Tkalenko
            Assignee: Kirill Tkalenko
             Fix For: 3.0.0-alpha6


It is necessary to implement a sorted index B+Tree, for simplicity, without inlining a *BinaryTuple*, but simply storing a link to it.

The key will be: link of the *BinaryTuple*.
The value will be: *RowId*.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)