[
https://issues.apache.org/jira/browse/IGNITE-18899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17710901#comment-17710901
]
Pavel Tupitsyn commented on IGNITE-18899:
-----------------------------------------
Merged to main: 708dc99bfea060fe8887df5e1e9bad7e192a98f8
> Thin 3.0: Refactor ClientTuple to wrap BinaryTuple similar to
> MutableRowTupleAdapter
> ------------------------------------------------------------------------------------
>
> Key: IGNITE-18899
> URL: https://issues.apache.org/jira/browse/IGNITE-18899
> Project: Ignite
> Issue Type: Improvement
> Components: thin client
> Affects Versions: 3.0.0-beta1
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-beta2
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> * Client protocol uses *BinaryTuple* to exchange data (IGNITE-17297)
> * When reading data from server, currently we unpack all elements of the
> incoming *BinaryTuple* into *ClientTuple*
> This is extra work and extra allocations. Instead, wrap the incoming
> *BinaryTuple* like *MutableRowTupleAdapter* does.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)