[ 
https://issues.apache.org/jira/browse/IGNITE-14818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aleksandr Polovtcev updated IGNITE-14818:
-----------------------------------------
    Description: Network message type consists of two {{short}} values: the 
message group type and the message type. During serialization, these values are 
written as non-compressed (2 bytes per each), which can be improved to reduce 
the network pressure by compressing these {{short}} values the same way we 
currently do that for {{int}} and {{long}} (see 
{{DirectByteBufferStreamImplV1}} for details)  (was: Network message type 
consists of two {{short}} values: the message group type and the message type. 
During serialization, these values are written as non-compressed (2 bytes per 
each), which can be improved to reduce the network pressure by compressing 
these {{short}} values the same way we currently do that for {{int}} and 
{{long}} (see DirectByteBufferStreamImplV1 for details))

> Implement compression of short primitives
> -----------------------------------------
>
>                 Key: IGNITE-14818
>                 URL: https://issues.apache.org/jira/browse/IGNITE-14818
>             Project: Ignite
>          Issue Type: Improvement
>          Components: networking
>            Reporter: Aleksandr Polovtcev
>            Priority: Minor
>
> Network message type consists of two {{short}} values: the message group type 
> and the message type. During serialization, these values are written as 
> non-compressed (2 bytes per each), which can be improved to reduce the 
> network pressure by compressing these {{short}} values the same way we 
> currently do that for {{int}} and {{long}} (see 
> {{DirectByteBufferStreamImplV1}} for details)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to