Ivan Bessonov created IGNITE-19451:
--------------------------------------
Summary: Don't marshal binary tuples or binary rows
Key: IGNITE-19451
URL: https://issues.apache.org/jira/browse/IGNITE-19451
Project: Ignite
Issue Type: Improvement
Reporter: Ivan Bessonov
Messages like
{{org.apache.ignite.internal.table.distributed.replication.request.ScanRetrieveBatchReplicaRequest}}
declare tuples/rows as marshalable objects.
This is bad for the footprint size - every tuple also encodes its schema, which
makes the payload orders of magnitude bigger than it should be. We need to
provide alternative transferable classes and refactor existing messages.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)