TDengine/tests/army/tools/benchmark/basic/json/queryModeSpecMixBatchRest.json
Alex Duan d27848fe3b
docs: query forbid super table and special-table together (#30284)
* docs: query forbid super table and special-table together

* fix: taosBenchmark official case add to CI

* fix: tmq check consumer result

* docs: adjust json format and add note tips for both query

* docs: json format indent for query.json

* fix: forbid both query from v3.3.5.6
2025-03-20 15:59:07 +08:00

36 lines
659 B
JSON

{
"filetype": "query",
"cfgdir": "/etc/taos",
"host": "127.0.0.1",
"port": 6030,
"user": "root",
"password": "taosdata",
"confirm_parameter_prompt": "no",
"databases": "test",
"query_times": 5,
"query_mode": "taosc",
"specified_table_query": {
"threads": 5,
"query_interval": 100,
"mixed_query": "yes",
"batch_query": "no",
"sqls": [
{
"sql": "select last_row(*) from test.meters"
},
{
"sql": "select count(*) from test.meters"
},
{
"sql": "select * from test.d0",
"result": "./query_res1.txt"
},
{
"sql": "select count(*) from test.d1"
},
{
"sql": "select * from test.d2"
}
]
}
}