Vadim Pakhnushev created IGNITE-18697:
-----------------------------------------
Summary: Improve binary row building
Key: IGNITE-18697
URL: https://issues.apache.org/jira/browse/IGNITE-18697
Project: Ignite
Issue Type: Task
Reporter: Vadim Pakhnushev
Assignee: Vadim Pakhnushev
Currently org.apache.ignite.internal.schema.row.RowAssembler#buildRow method
creates additional ByteBuffer to prepend the schema version and hasValue flags
to the buffer created by the BinaryTupleBuilder. Same buffer should be reused.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)