You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Amelchev Nikita (JIRA)" <ji...@apache.org> on 2018/05/31 12:36:00 UTC

[jira] [Resolved] (IGNITE-7024) Introduce some kind of network compression

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

Amelchev Nikita resolved IGNITE-7024.
-------------------------------------
    Resolution: Won't Fix

I tested cache operations in yardstick. The results showed that there is a 5% increase in throughput on text data and enabled SSL. But on real user data, the throughput is reduced and there is no overall profit. I marked the issue as won't fix.

> Introduce some kind of network compression
> ------------------------------------------
>
>                 Key: IGNITE-7024
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7024
>             Project: Ignite
>          Issue Type: New Feature
>    Affects Versions: 2.3
>            Reporter: Amelchev Nikita
>            Assignee: Amelchev Nikita
>            Priority: Major
>             Fix For: 2.6
>
>
> Introduce some kind of pluggable compression at network level
> The main idea is using in-line compression and writes encoded bytes in
> network channel by bytes array buffer. It allows us avoiding expensive
> memory allocation.
> A solution may be implemented at TcpCommunicationSpi level.
> For example, introduce Compressor interface which will allow us to describe our compression strategy, for example, exclude some small messages, choose compression algorithm and other…



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)