tkalkirill commented on code in PR #1213:
URL: https://github.com/apache/ignite-3/pull/1213#discussion_r997075341


##########
modules/storage-page-memory/src/main/java/org/apache/ignite/internal/storage/pagememory/index/sorted/SortedIndexTree.java:
##########
@@ -43,6 +47,9 @@ public class SortedIndexTree extends 
BplusTree<SortedIndexRowKey, SortedIndexRow
     /** Comparator of index columns {@link BinaryTuple}s. */
     private final BinaryTupleComparator binaryTupleComparator;
 
+    /** Inline size in bytes. */
+    private final int inlineSize;

Review Comment:
   It should be forgotten about FreeList optimization.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to