Hi,
I'd like to vote +1.
Things I've done:
1. Download, Compile and build release version with command "mvn clean package";
2. Start server and client by start-server.sh and start-client.sh;
3. Execute following sqls:
1) set storage group to root.t1;
2) create timeseries root.t1.d1.s1 with datatype=int32;
3) create timeseries root.t1.d1.s2 with datatype=int32;
4) create timeseries root.t1.d2.s1 with datatype=int32;
5) insert into root.t1.d1(timestamp, s1) values(1,100);
6) insert into root.t1.d1(timestamp, s2) values(1,101);
7) insert into root.t1.d2(timestamp, s1) values(2,103);
8) show timeseries;
9) show timeseries root.t1.*;
10) select * from root.t1;
Best,
——————————————————
毛东方
[email protected]