Repository: tajo Updated Branches: refs/heads/branch-0.11.1 79b2e873e -> fe6ce7e43
TAJO-1994: Some trivial modification is needed in compression document. 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/fe6ce7e4 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/fe6ce7e4 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/fe6ce7e4 Branch: refs/heads/branch-0.11.1 Commit: fe6ce7e434679a43637cef76c4c0a3fd3a61c44b Parents: 79b2e87 Author: Jongyoung Park <[email protected]> Authored: Wed Dec 9 18:07:42 2015 +0900 Committer: Jihoon Son <[email protected]> Committed: Wed Dec 9 18:07:42 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/fe6ce7e4/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index eef287c..e3df45e 100644 --- a/CHANGES +++ b/CHANGES @@ -65,6 +65,9 @@ Release 0.11.1 - 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, committed by jihoon) http://git-wip-us.apache.org/repos/asf/tajo/blob/fe6ce7e4/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
