Github user hyunsik commented on a diff in the pull request:

    https://github.com/apache/tajo/pull/870#discussion_r45934744
  
    --- Diff: tajo-docs/src/main/sphinx/table_management/compression.rst ---
    @@ -1,5 +1,23 @@
    -*********************************
    +***********
     Compression
    -*********************************
    +***********
     
    -.. todo::
    \ No newline at end of file
    +Using compression can make data size compact, thereby enabling efficient 
use of network bandwidth and storage. Most of Tajo data formats support data 
compression feature.
    +Currently, compression configuration affects only for stored data format 
and it is specified when a table is created as table meta information(See 
`Create Table <../sql_language/ddl.html#create-table>`_).
    +Compression for intermidate data or others is not supported now.
    --- End diff --
    
    I think it is not necessary here because this section addresses tables.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to