qiaojialin opened a new issue #2648:
URL: https://github.com/apache/iotdb/issues/2648


   version 0.11.2:
   
   create timeseries root.turbine.d1.s1(temperature1) with datatype=FLOAT, 
encoding=GORILLA, compression=SNAPPY
   create timeseries root.turbine.d1.s2(temperature2) with datatype=FLOAT, 
encoding=GORILLA, compression=SNAPPY
   create timeseries root.turbine.d2.s1(temperature1) with datatype=FLOAT, 
encoding=GORILLA, compression=SNAPPY
   insert into root.turbine.d1(timestamp,s1,s2) values(1,1,2);
   select last * from root
   
   +-----------------------------+------------------+-----+
   |                         Time|        timeseries|value|
   +-----------------------------+------------------+-----+
   |1970-01-01T08:00:00.001+08:00|root.turbine.d1.s1|  1.0|
   |1970-01-01T08:00:00.001+08:00|root.turbine.d1.s2|  2.0|
   |1970-01-01T08:00:00.001+08:00|root.turbine.d2.s1|  1.0|
   +-----------------------------+------------------+-----+


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to