[ 
https://issues.apache.org/jira/browse/IGNITE-9599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16614656#comment-16614656
 ] 

ASF GitHub Bot commented on IGNITE-9599:
----------------------------------------

GitHub user a-polyakov opened a pull request:

    https://github.com/apache/ignite/pull/4759

    IGNITE-9599 Add ability to manage compression level for compressed WAL 
archives

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite IGNITE-9599

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/4759.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4759
    
----
commit 73b2170fe87595be35bce4cea74c6f86729e2ad7
Author: a-polyakov <polyakov.alexandr.alexandrovich@...>
Date:   2018-09-14T10:38:50Z

    IGNITE-9599 Add ability to manage compression level for compressed WAL 
archives
    
    Signed-off-by: a-polyakov <polyakov.alexandr.alexandrov...@gmail.com>

----


> Add ability to manage compression level for compressed WAL archives
> -------------------------------------------------------------------
>
>                 Key: IGNITE-9599
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9599
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Andrey Kalinin
>            Assignee: Alexand Polyakov
>            Priority: Minor
>
> In some cases, WAL compression performance is not sufficient, i.e. new 
> archives accumulate faster than old ones are compressed.
> We did some tests: the file size of 1GB is compressed at the default 
> compression level for 1 minute, the output file size is ~120MB.
> After that, the compression rate was tested with compression-level=-1: 1 GB 
> file is compressed in 13 seconds, the output file size is ~125MB.
> So we need add an option to change the default compression level in the 
> ignite configuration file.



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

Reply via email to