You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2023/05/23 03:09:00 UTC

[jira] [Created] (IGNITE-19542) .NET: Thin 3.0: Refactor IgniteTuple to wrap BinaryTuple

Pavel Tupitsyn created IGNITE-19542:
---------------------------------------

             Summary: .NET: Thin 3.0: Refactor IgniteTuple to wrap BinaryTuple
                 Key: IGNITE-19542
                 URL: https://issues.apache.org/jira/browse/IGNITE-19542
             Project: Ignite
          Issue Type: Task
          Components: platforms, thin client
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn
             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 *IgniteTuple*

This is extra work and extra allocations. Instead, wrap the incoming *BinaryTuple* like *MutableRowTupleAdapter* does in Java.



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