mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
18 lines
No EOL
360 B
JSON
18 lines
No EOL
360 B
JSON
{
|
|
"filetype":"query",
|
|
"cfgdir": "/etc/taos",
|
|
"confirm_parameter_prompt": "no",
|
|
"databases": "db",
|
|
"query_mode": "rest",
|
|
"connection_pool_size": 10,
|
|
"response_buffer": 10000,
|
|
"super_table_query": {
|
|
"stblname": "stb",
|
|
"sqls": [
|
|
{
|
|
"sql": "select count(*) from xxxx",
|
|
"result": "./rest_query_super"
|
|
}
|
|
]
|
|
}
|
|
} |