|
@@ -14,6 +14,7 @@ onerror(continue,`not exist`,`not find`,`not found`)
|
|
|
delete from /test/性能AaB with version
|
|
delete from /test/性能AaB with version
|
|
|
/**
|
|
/**
|
|
|
onerror(continue,`not exist`,`not find`,`not found`)
|
|
onerror(continue,`not exist`,`not find`,`not found`)
|
|
|
|
|
+sleep(3s)
|
|
|
**/
|
|
**/
|
|
|
;
|
|
;
|
|
|
|
|
|
|
@@ -41,6 +42,15 @@ create class if not exists /test/性能AaB (
|
|
|
)with autosearch=true , version=false , key=manu, alias='性能测试' , nickname='性能AaB'
|
|
)with autosearch=true , version=false , key=manu, alias='性能测试' , nickname='性能AaB'
|
|
|
;
|
|
;
|
|
|
|
|
|
|
|
|
|
+insert into /test/性能AaB (id,主机AaB) values ('性能AaB:test',"服务器1");
|
|
|
|
|
+select count(*) from /test/性能AaB where 主机AaB='服务器1'
|
|
|
|
|
+/**
|
|
|
|
|
+output()
|
|
|
|
|
+count(1)
|
|
|
|
|
+**/
|
|
|
|
|
+;
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
cql: select * from field where namespace='test' and name in ('主机aab','noindex')
|
|
cql: select * from field where namespace='test' and name in ('主机aab','noindex')
|
|
|
/**
|
|
/**
|
|
|
match("name", "主机aab", "isindex", 1)
|
|
match("name", "主机aab", "isindex", 1)
|