[
https://issues.apache.org/jira/browse/IGNITE-18899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Tupitsyn updated IGNITE-18899:
------------------------------------
Description:
* 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.
> 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
>
>
> * 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)