TDengine/tests/army/tools/benchmark/basic/json/from-to.json
2025-02-05 14:25:14 +08:00

33 lines
740 B
JSON

{
"filetype": "insert",
"cfgdir": "/etc/taos",
"host": "127.0.0.1",
"port": 6030,
"user": "root",
"password": "taosdata",
"thread_count": 4,
"connection_pool_size": 20,
"result_file": "./insert_res.txt",
"confirm_parameter_prompt": "no",
"prepared_rand": 10,
"chinese": "no",
"insert_interval": 0,
"num_of_records_per_req": 10,
"databases": [{
"dbinfo": {
"name": "db",
"drop": "yes"
},
"super_tables": [{
"name": "stb",
"childtable_prefix": "d",
"child_table_exists": "yes",
"childtable_count": 10,
"insert_rows": 10,
"childtable_from": 5,
"childtable_to": 10,
"columns": [{"type": "INT"}],
"tags": [{"type": "INT"}]
}]
}]
}