You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Kirill Shirokov (JIRA)" <ji...@apache.org> on 2018/01/26 12:33:01 UTC

[jira] [Created] (IGNITE-7549) SQL COPY: implement file transfer compression

Kirill Shirokov created IGNITE-7549:
---------------------------------------

             Summary: SQL COPY: implement file transfer compression
                 Key: IGNITE-7549
                 URL: https://issues.apache.org/jira/browse/IGNITE-7549
             Project: Ignite
          Issue Type: Improvement
          Components: sql
    Affects Versions: 2.4
            Reporter: Kirill Shirokov


We can gain huge improvement in text file transfer times from client to server by using compression. User should have a possibility to enable or disable compression using a parameter of COPY command:

{noformat}
COPY
     ...
     [COMPRESS 'codec-name' [codec options]]
{noformat}



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