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/02/28 16:36:00 UTC

[jira] [Created] (IGNITE-18925) Thin 3.0: Avoid BinaryTuple conversion from client to storage

Pavel Tupitsyn created IGNITE-18925:
---------------------------------------

             Summary: Thin 3.0: Avoid BinaryTuple conversion from client to storage
                 Key: IGNITE-18925
                 URL: https://issues.apache.org/jira/browse/IGNITE-18925
             Project: Ignite
          Issue Type: Task
          Components: thin client
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn


IGNITE-17297 changes thin client protocol to use Binary Tuple (IEP-92) to transfer tuples and rows.

However, a conversion from Tuple to BinaryTuple and back is performed on every step.

Once storage engine adopts BinaryTuple, we will be able to avoid conversion and perform a byte-for-byte copy to the client socket.



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