You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Alexand Polyakov (JIRA)" <ji...@apache.org> on 2018/09/17 14:04:00 UTC

[jira] [Created] (IGNITE-9618) Need to be replace the data compression algorithm

Alexand Polyakov created IGNITE-9618:
----------------------------------------

             Summary: Need to be replace the data compression algorithm
                 Key: IGNITE-9618
                 URL: https://issues.apache.org/jira/browse/IGNITE-9618
             Project: Ignite
          Issue Type: New Feature
          Components: persistence
            Reporter: Alexand Polyakov


Now used zip and its speed slow
Exist alternatives and on tests in terms of performance they showed themselves to be better
source file wal 1Gb
result
||algoritm||time, ms||size, byte||
|zip|18 889|79 950 283|
|[Snappy|https://github.com/xerial/snappy-java]|3 372|156 482 623|
|[lz4|https://github.com/lz4/lz4-java]|2 047|128 591 795|



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