You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2020/01/14 05:23:52 UTC

[incubator-iotdb] branch master updated: add compression document. (#735)

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new a8f9063  add compression document. (#735)
a8f9063 is described below

commit a8f90639e7b821a6d49dedba3ea581450105a9f5
Author: Boris <zh...@gmail.com>
AuthorDate: Tue Jan 14 13:23:43 2020 +0800

    add compression document. (#735)
---
 .../UserGuide/5-Operation Manual/4-SQL Reference.md         | 13 ++++++++-----
 .../UserGuide/5-Operation Manual/4-SQL Reference.md         | 13 ++++++++-----
 2 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/docs/Documentation-CHN/UserGuide/5-Operation Manual/4-SQL Reference.md b/docs/Documentation-CHN/UserGuide/5-Operation Manual/4-SQL Reference.md
index c78f540..b8ef160 100644
--- a/docs/Documentation-CHN/UserGuide/5-Operation Manual/4-SQL Reference.md	
+++ b/docs/Documentation-CHN/UserGuide/5-Operation Manual/4-SQL Reference.md	
@@ -29,10 +29,13 @@ show version
 ```
 
 ```
-+---------------------------------------------------------------------------+
-|                                                             0.10.0|
-+---------------------------------------------------------------------------+
-It costs 0.001s
++---------------+
+|        version|
++---------------+
+|0.10.0-SNAPSHOT|
++---------------+
+Total line number = 1
+It costs 0.417s
 ```
 
 ### Schema语句
@@ -61,7 +64,7 @@ AttributeClauses : DATATYPE=<DataTypeValue> COMMA ENCODING=<EncodingValue> [COMM
 DataTypeValue: BOOLEAN | DOUBLE | FLOAT | INT32 | INT64 | TEXT
 EncodingValue: GORILLA | PLAIN | RLE | TS_2DIFF | REGULAR
 ExtraAttributeClause: {
-	COMPRESSOR = <CompressorValue>
+	COMPRESSOR | COMPRESSION = <CompressorValue>
 	MAX_POINT_NUMBER = Integer
 }
 CompressorValue: UNCOMPRESSED | SNAPPY
diff --git a/docs/Documentation/UserGuide/5-Operation Manual/4-SQL Reference.md b/docs/Documentation/UserGuide/5-Operation Manual/4-SQL Reference.md
index cc31242..985551c 100644
--- a/docs/Documentation/UserGuide/5-Operation Manual/4-SQL Reference.md	
+++ b/docs/Documentation/UserGuide/5-Operation Manual/4-SQL Reference.md	
@@ -37,10 +37,13 @@ show version
 ```
 
 ```
-+---------------------------------------------------------------------------+
-|                                                             0.10.0|
-+---------------------------------------------------------------------------+
-It costs 0.001s
++---------------+
+|        version|
++---------------+
+|0.10.0-SNAPSHOT|
++---------------+
+Total line number = 1
+It costs 0.417s
 ```
 
 ### Schema Statement
@@ -70,7 +73,7 @@ AttributeClauses : DATATYPE=<DataTypeValue> COMMA ENCODING=<EncodingValue> [COMM
 DataTypeValue: BOOLEAN | DOUBLE | FLOAT | INT32 | INT64 | TEXT
 EncodingValue: GORILLA | PLAIN | RLE | TS_2DIFF | REGULAR
 ExtraAttributeClause: {
-  COMPRESSOR = <CompressorValue>
+  COMPRESSOR | COMPRESSION = <CompressorValue>
   MAX_POINT_NUMBER = Integer
 }
 CompressorValue: UNCOMPRESSED | SNAPPY