Repository: tajo Updated Branches: refs/heads/master 5d6c1af95 -> c1beaa71c
TAJO-1994: Some trivial modification is needed in compression document. Closes #881 Signed-off-by: Jihoon Son <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/c1beaa71 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/c1beaa71 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/c1beaa71 Branch: refs/heads/master Commit: c1beaa71c0406d8afa86bde4c036e9a4b55b16b1 Parents: 5d6c1af Author: Jongyoung Park <[email protected]> Authored: Wed Dec 9 18:05:10 2015 +0900 Committer: Jihoon Son <[email protected]> Committed: Wed Dec 9 18:05:31 2015 +0900 ---------------------------------------------------------------------- CHANGES | 3 +++ tajo-docs/src/main/sphinx/table_management/compression.rst | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/c1beaa71/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 4be2c91..a7a7966 100644 --- a/CHANGES +++ b/CHANGES @@ -113,6 +113,9 @@ Release 0.12.0 - unreleased TASKS + TAJO-1994: Some trivial modification is needed in compression document. + (Contributed by Jongyoung Park. Committed by jihoon) + TAJO-1973: Replace 'while' loop with 'foreach'. (Contributed by Dongkyu Hwangbo, i committed by jihoon) http://git-wip-us.apache.org/repos/asf/tajo/blob/c1beaa71/tajo-docs/src/main/sphinx/table_management/compression.rst ---------------------------------------------------------------------- diff --git a/tajo-docs/src/main/sphinx/table_management/compression.rst b/tajo-docs/src/main/sphinx/table_management/compression.rst index 67dd255..2761086 100644 --- a/tajo-docs/src/main/sphinx/table_management/compression.rst +++ b/tajo-docs/src/main/sphinx/table_management/compression.rst @@ -3,8 +3,7 @@ Compression *********** 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. +Currently, compression configuration affects only for stored data format and it is enabled when a table is created with the proper table property(See `Create Table <../sql_language/ddl.html#create-table>`_). =========================================== Compression Properties for each Data Format
