|
@@ -45,6 +45,37 @@ create class if not exists /test/性能AaB_Local (
|
|
|
|
|
|
|
|
insert into /test/性能AaB_Local (id,主机AaB,v_date,v_timestamp) values ('性能AaB_Local:test',"[服务器1]","2026-04-02","2026-04-02 15:55:55");
|
|
insert into /test/性能AaB_Local (id,主机AaB,v_date,v_timestamp) values ('性能AaB_Local:test',"[服务器1]","2026-04-02","2026-04-02 15:55:55");
|
|
|
insert into /test/性能AaB_Local (id,主机AaB,v_date,v_timestamp) values ('性能AaB_Local:test2',"*服务器2?","1754-08-31","1901-08-31 15:55:55");
|
|
insert into /test/性能AaB_Local (id,主机AaB,v_date,v_timestamp) values ('性能AaB_Local:test2',"*服务器2?","1754-08-31","1901-08-31 15:55:55");
|
|
|
|
|
+insert into /test/性能AaB_Local (id,主机AaB,v_date,v_timestamp) values ('性能AaB_Local:test3',"*服务器2?",1775059200000,"2026-04-02 15:55:55");
|
|
|
|
|
+insert into /test/性能AaB_Local (id,day,vtime,主机AaB,v_date,v_timestamp) values ('性能AaB_Local:test4',"2026-04-02","2026-04-02 15:55:55", "*服务器2?",1775059200000,"2026-04-02 15:55:55");
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+select * from /test/性能AaB_Local where v_date=1775059200000 refresh
|
|
|
|
|
+/**
|
|
|
|
|
+output()
|
|
|
|
|
+count(3)
|
|
|
|
|
+**/
|
|
|
|
|
+;
|
|
|
|
|
+
|
|
|
|
|
+select * from /test/性能AaB_Local where day=1775059200000 refresh
|
|
|
|
|
+/**
|
|
|
|
|
+output()
|
|
|
|
|
+count(1)
|
|
|
|
|
+**/
|
|
|
|
|
+;
|
|
|
|
|
+
|
|
|
|
|
+select * from /test/性能AaB_Local where v_date='2026-04-02' refresh
|
|
|
|
|
+/**
|
|
|
|
|
+output()
|
|
|
|
|
+count(3)
|
|
|
|
|
+**/
|
|
|
|
|
+;
|
|
|
|
|
+
|
|
|
|
|
+select * from /test/性能AaB_Local where day='2026-04-02' refresh
|
|
|
|
|
+/**
|
|
|
|
|
+output()
|
|
|
|
|
+count(1)
|
|
|
|
|
+**/
|
|
|
|
|
+;
|
|
|
|
|
|
|
|
select * from /test/性能AaB_Local where v_date='1754-08-31' refresh
|
|
select * from /test/性能AaB_Local where v_date='1754-08-31' refresh
|
|
|
/**
|
|
/**
|
|
@@ -122,41 +153,41 @@ match("name", "noindex", "isindex", 0)
|
|
|
select * from /test/性能AaB_Local where v_date between 1774972800000 and 1776182400000 limit 10
|
|
select * from /test/性能AaB_Local where v_date between 1774972800000 and 1776182400000 limit 10
|
|
|
/**
|
|
/**
|
|
|
output()
|
|
output()
|
|
|
-count(1)
|
|
|
|
|
|
|
+count(3)
|
|
|
**/
|
|
**/
|
|
|
;
|
|
;
|
|
|
|
|
|
|
|
select "hello".id from /test/性能AaB_Local "hello" where v_date between 1774972800000 and 1776182400000 order by "hello".v_date limit 10
|
|
select "hello".id from /test/性能AaB_Local "hello" where v_date between 1774972800000 and 1776182400000 order by "hello".v_date limit 10
|
|
|
/**
|
|
/**
|
|
|
output()
|
|
output()
|
|
|
-count(1)
|
|
|
|
|
|
|
+count(3)
|
|
|
**/
|
|
**/
|
|
|
;
|
|
;
|
|
|
|
|
|
|
|
select * from /test/性能AaB_Local where v_timestamp between 1774972800000 and 1776182400000 limit 10
|
|
select * from /test/性能AaB_Local where v_timestamp between 1774972800000 and 1776182400000 limit 10
|
|
|
/**
|
|
/**
|
|
|
output()
|
|
output()
|
|
|
-count(1)
|
|
|
|
|
|
|
+count(3)
|
|
|
**/
|
|
**/
|
|
|
;
|
|
;
|
|
|
|
|
|
|
|
{"sql":"select * from /test/性能AaB_Local where v_date between 1774972800000 and 1776182400000 limit 10"}
|
|
{"sql":"select * from /test/性能AaB_Local where v_date between 1774972800000 and 1776182400000 limit 10"}
|
|
|
/**
|
|
/**
|
|
|
output()
|
|
output()
|
|
|
-count(1)
|
|
|
|
|
|
|
+count(3)
|
|
|
**/
|
|
**/
|
|
|
;
|
|
;
|
|
|
|
|
|
|
|
{"sql":"select \"order\".id from /test/性能AaB_Local \"order\" where \"order\".v_date between 1774972800000 and 1776182400000 limit 10"}
|
|
{"sql":"select \"order\".id from /test/性能AaB_Local \"order\" where \"order\".v_date between 1774972800000 and 1776182400000 limit 10"}
|
|
|
/**
|
|
/**
|
|
|
output()
|
|
output()
|
|
|
-count(1)
|
|
|
|
|
|
|
+count(3)
|
|
|
**/
|
|
**/
|
|
|
;
|
|
;
|
|
|
|
|
|
|
|
{"sql":"select * from /test/性能AaB_Local where v_timestamp between 1774972800000 and 1776182400000 limit 10"}
|
|
{"sql":"select * from /test/性能AaB_Local where v_timestamp between 1774972800000 and 1776182400000 limit 10"}
|
|
|
/**
|
|
/**
|
|
|
output()
|
|
output()
|
|
|
-count(1)
|
|
|
|
|
|
|
+count(3)
|
|
|
**/
|
|
**/
|
|
|
;
|
|
;
|