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)