Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-beta1
Description
IGNITE-17636 removes BinaryTuple conversion when sending data from storage to client.
This ticket is about sending data from client to storage: we read it as BinaryTuple, then convert to Tuple, then RowAssembler converts it back to BinaryTuple. Get rid of this unnecessary conversion.
Attachments
Issue Links
- blocks
-
IGNITE-17821 Thin 3.0 Perf: Implement BinaryTupleReader and Builder over ByteBuf
- Open
- causes
-
IGNITE-20155 Java client connector skips NOT NULL and other column checks
- Resolved
- is a clone of
-
IGNITE-17636 Thin 3.0: Avoid BinaryTuple conversion in client handler
- Resolved
- is blocked by
-
IGNITE-17297 Thin 3.0: Adopt BinaryTuple format in transport layer
- Resolved
- supercedes
-
IGNITE-16152 Thin 3.0: Optimize server-side Tuple handling using known schema version
- Closed
- links to