[ 
https://issues.apache.org/jira/browse/IGNITE-17325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kirill Tkalenko updated IGNITE-17325:
-------------------------------------
    Description: 
We need to implement an inlined *BinaryTuple* comparator in a sorted index for 
a B+tree.
You need to take into account the format of the *BinaryTuple* and the fact that 
it can be truncated.
As a basis, you can take 
*org.apache.ignite.internal.storage.index.BinaryTupleComparator*.

  was:We should be able to compare columns in IGNITE-17318 / IGNITE-17320 
without deserializing them. This includes String, BigInteger, BigDecimal, 
BitMap and maybe other types that I forgot about


> Implement a comparator for inlined BinaryTuple in sorted index
> --------------------------------------------------------------
>
>                 Key: IGNITE-17325
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17325
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Ivan Bessonov
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-beta2
>
>
> We need to implement an inlined *BinaryTuple* comparator in a sorted index 
> for a B+tree.
> You need to take into account the format of the *BinaryTuple* and the fact 
> that it can be truncated.
> As a basis, you can take 
> *org.apache.ignite.internal.storage.index.BinaryTupleComparator*.



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

Reply via email to