remove sleep

This commit is contained in:
Cary Xu 2022-04-13 16:09:55 +08:00
parent d9e8a40f26
commit 7cf63f0990
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ sql insert into ct1 values(now+1s, 11, 2.1, 3.1)(now+2s, -12, -2.2, -3.2)(now+3s
print =============== create sma index from super table
sql create sma index sma_index_name1 on stb function(max(c1),max(c2),min(c1)) interval(5m,10s) sliding(2m)
print $data00 $data01 $data02 $data03
sleep 300
print =============== trigger stream to execute sma aggr task and insert sma data into sma store
sql insert into ct1 values(now+5s, 20, 20.0, 30.0)