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:45:00 UTC

[jira] [Created] (IGNITE-17671) Implement BinaryTuple inlining in a sorted index B+Tree

Kirill Tkalenko created IGNITE-17671:
----------------------------------------

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


In a simple implementation, instead of a *BinaryTuple*, we store its link from the *FreeList* in the key, this is not optimal and we need to inline the *BinaryTuple* in the key, for starters, you can see how to do this in 2.0.



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