[
https://issues.apache.org/jira/browse/TAJO-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15027902#comment-15027902
]
ASF GitHub Bot commented on TAJO-1857:
--------------------------------------
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.
> Rename the section of 'File Formats' to 'Data Formats' and fill compression
> section of the 'Table Management' chapter
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: TAJO-1857
> URL: https://issues.apache.org/jira/browse/TAJO-1857
> Project: Tajo
> Issue Type: Task
> Components: Documentation
> Reporter: Jihoon Son
> Assignee: Jongyoung Park
> Fix For: 0.11.1
>
>
> 'File format' is a legacy name, so we need to change it.
> In addiiton, the compression section still remains empty, even though we
> already have some descriptions in the compression section. This makes many
> users suffer from the difficulty of finding documents about compression.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)