Jialin Qiao created IOTDB-396:
---------------------------------
Summary: New query clause: disable align
Key: IOTDB-396
URL: https://issues.apache.org/jira/browse/IOTDB-396
Project: Apache IoTDB
Issue Type: New Feature
Reporter: Jialin Qiao
After parallel querying: [https://github.com/apache/incubator-iotdb/pull/684] ,
the query speed has bound by the alignment of time across time series.
Therefore, it's better to supply a more efficient interface that does not align
time series by time. Which could be implemented by adding a new clause: disable
align.
If users select N time series, the result is:
time1, value1, time2, value2, ..., timeN, valueN
--
This message was sent by Atlassian Jira
(v8.3.4#803005)