You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iotdb.apache.org by "Jialin Qiao (Jira)" <ji...@apache.org> on 2020/02/24 03:41:00 UTC

[jira] [Created] (IOTDB-513) Change the disable aline query to 3 column

Jialin Qiao created IOTDB-513:
---------------------------------

             Summary: Change the disable aline query to 3 column
                 Key: IOTDB-513
                 URL: https://issues.apache.org/jira/browse/IOTDB-513
             Project: Apache IoTDB
          Issue Type: Wish
          Components: Client/Java, Core/Engine
            Reporter: Jialin Qiao


now the select * from root disable align will return (the number of timeseries) * 2 columns:

time, value, time, value...

 

It's better to use a narrow table :

path, time, value

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)