TDengine/tests/army/tools/benchmark/basic/json/queryModeSpecMix.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

25 lines
454 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": 100,
"query_mode": "taosc",
"specified_table_query": {
"threads": 4,
"mixed_query": "yes",
"sqls": [
{
"sql": "select last_row(*) from meters"
},
{
"sql": "select count(*) from d0",
"result": "./query_res1.txt"
}
]
}
}