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)