You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Bessonov (Jira)" <ji...@apache.org> on 2023/05/11 07:15:00 UTC

[jira] [Created] (IGNITE-19451) Don't marshal binary tuples or binary rows

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)