This is an automated email from the ASF dual-hosted git repository.
haonan 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 52b087f [IOTDB-929] Update show timeseries information in readme
(#1786)
52b087f is described below
commit 52b087f11a9ddfa9df31dccb1fb9c723320f0a29
Author: Qi Yu <[email protected]>
AuthorDate: Wed Sep 30 17:00:45 2020 +0800
[IOTDB-929] Update show timeseries information in readme (#1786)
---
README.md | 24 ++++++++++++------------
README_ZH.md | 24 ++++++++++++------------
2 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/README.md b/README.md
index 2b60983..527ad27 100644
--- a/README.md
+++ b/README.md
@@ -235,12 +235,12 @@ In order to query the specific timeseries, we can use
SHOW TIMESERIES <Path>. <P
```
IoTDB> SHOW TIMESERIES
-+-------------------------------+---------------+--------+--------+
-| Timeseries| Storage Group|DataType|Encoding|
-+-------------------------------+---------------+--------+--------+
-| root.ln.wf01.wt01.status| root.ln| BOOLEAN| PLAIN|
-| root.ln.wf01.wt01.temperature| root.ln| FLOAT| RLE|
-+-------------------------------+---------------+--------+--------+
++-------------------------------+------+-------------+--------+--------+-----------+----+----------+
+| timeseries | alias|storage
group|dataType|encoding|compression|tags|attributes|
++-------------------------------+------+-------------+--------+--------+-----------+----+----------+
+| root.ln.wf01.wt01.status| null| root.ln| BOOLEAN| PLAIN|
SNAPPY|null| null|
+| root.ln.wf01.wt01.temperature| null| root.ln| FLOAT| RLE|
SNAPPY|null| null|
++-------------------------------+------+-------------+--------+--------+-----------+----+----------+
Total timeseries number = 2
```
@@ -248,11 +248,11 @@ Total timeseries number = 2
```
IoTDB> SHOW TIMESERIES root.ln.wf01.wt01.status
-+------------------------------+--------------+--------+--------+
-| Timeseries| Storage Group|DataType|Encoding|
-+------------------------------+--------------+--------+--------+
-| root.ln.wf01.wt01.status| root.ln| BOOLEAN| PLAIN|
-+------------------------------+--------------+--------+--------+
++-------------------------------+------+-------------+--------+--------+-----------+----+----------+
+| timeseries | alias|storage
group|dataType|encoding|compression|tags|attributes|
++-------------------------------+------+-------------+--------+--------+-----------+----+----------+
+| root.ln.wf01.wt01.status| null| root.ln| BOOLEAN| PLAIN|
SNAPPY|null| null|
++-------------------------------+------+-------------+--------+--------+-----------+----+----------+
Total timeseries number = 1
```
@@ -297,7 +297,7 @@ or
IoTDB> exit
```
-For more information about the commands supported by IoTDB SQL, please see
[Chapter 5: IoTDB SQL
Documentation](https://iotdb.apache.org/#/Documents/0.10.0/chap5/sec1).
+For more information about the commands supported by IoTDB SQL, please see
[SQL
Reference](http://iotdb.apache.org/UserGuide/Master/Operation%20Manual/SQL%20Reference.html).
### Stop IoTDB
diff --git a/README_ZH.md b/README_ZH.md
index 07987f3..9e7a499 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -235,12 +235,12 @@ IoTDB> CREATE TIMESERIES root.ln.wf01.wt01.temperature
WITH DATATYPE=FLOAT, ENCO
```
IoTDB> SHOW TIMESERIES
-+-------------------------------+---------------+--------+--------+
-| Timeseries| Storage Group|DataType|Encoding|
-+-------------------------------+---------------+--------+--------+
-| root.ln.wf01.wt01.status| root.ln| BOOLEAN| PLAIN|
-| root.ln.wf01.wt01.temperature| root.ln| FLOAT| RLE|
-+-------------------------------+---------------+--------+--------+
++-------------------------------+------+-------------+--------+--------+-----------+----+----------+
+| timeseries | alias|storage
group|dataType|encoding|compression|tags|attributes|
++-------------------------------+------+-------------+--------+--------+-----------+----+----------+
+| root.ln.wf01.wt01.status| null| root.ln| BOOLEAN| PLAIN|
SNAPPY|null| null|
+| root.ln.wf01.wt01.temperature| null| root.ln| FLOAT| RLE|
SNAPPY|null| null|
++-------------------------------+------+-------------+--------+--------+-----------+----+----------+
Total timeseries number = 2
```
@@ -248,11 +248,11 @@ Total timeseries number = 2
```
IoTDB> SHOW TIMESERIES root.ln.wf01.wt01.status
-+------------------------------+--------------+--------+--------+
-| Timeseries| Storage Group|DataType|Encoding|
-+------------------------------+--------------+--------+--------+
-| root.ln.wf01.wt01.status| root.ln| BOOLEAN| PLAIN|
-+------------------------------+--------------+--------+--------+
++-------------------------------+------+-------------+--------+--------+-----------+----+----------+
+| timeseries | alias|storage
group|dataType|encoding|compression|tags|attributes|
++-------------------------------+------+-------------+--------+--------+-----------+----+----------+
+| root.ln.wf01.wt01.status| null| root.ln| BOOLEAN| PLAIN|
SNAPPY|null| null|
++-------------------------------+------+-------------+--------+--------+-----------+----+----------+
Total timeseries number = 1
```
@@ -298,7 +298,7 @@ or
IoTDB> exit
```
-有关IoTDB SQL支持的命令的更多信息,请参见[Chapter 5: IoTDB
SQL文档](http://iotdb.apache.org/zh/UserGuide/Master/Operation%20Manual/SQL%20Reference.html)。
+有关IoTDB SQL支持的命令的更多信息,请参见[SQL
参考文档](http://iotdb.apache.org/zh/UserGuide/Master/Operation%20Manual/SQL%20Reference.html)。
### 停止 IoTDB