GitHub user CoderSong2015 opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/1198

    [TRAFODION-647]Make threshold of compression configurable

    In Windows,you need to modify the registry to set the compression threshold.
    In Linux,you need to set the threshold by DSN file like:
    [Default_DataSource]
    ...
    Compression = balance
    CompressionThreshold = 3000
    ...
    
    You also can config it by connection string like:
    "DSN=Default_DataSource;USER=XX;PWD=XXX;CompressionThreshold=3000"

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

    $ git pull https://github.com/CoderSong2015/incubator-trafodion master

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

    https://github.com/apache/incubator-trafodion/pull/1198.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 #1198
    
----
commit a731155a95df05b41ad780a8254a60faada79027
Author: CoderSong2015 <[email protected]>
Date:   2017-08-04T03:36:14Z

    Make threshold of compression configurable in linux

commit c181c842beb1c8c9617c1c5db507d672eff0ea46
Author: CoderSong2015 <[email protected]>
Date:   2017-08-04T03:48:18Z

    Make threshold of compression configurable in windows

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to