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

63 lines
2 KiB
JSON

{
"filetype": "insert",
"cfgdir": "/etc/taos",
"host": "localhost",
"port": 6030,
"user": "root",
"password": "taosdata",
"connection_pool_size": 1,
"thread_count": 1,
"create_table_thread_count": 1,
"result_file": "./res.txt",
"confirm_parameter_prompt": "no",
"num_of_records_per_req": 1 ,
"prepared_rand": 10000,
"chinese": "no",
"databases": [
{
"dbinfo": {
"name": "zh",
"drop": "yes",
"keep": 36500,
"wal_retention_period": 0,
"buffer": 256,
"stt_trigger": 1,
"vgroups ": 1
},
"super_tables": [
{
"name": "meters",
"child_table_exists": "no",
"childtable_count": 1,
"childtable_prefix": "d",
"escape_character": "yes",
"auto_create_table": "no",
"batch_create_tbl_num": 300,
"data_source": "sample",
"insert_mode": "stmt",
"non_stop_mode": "no",
"insert_rows": 50,
"childtable_limit": 0,
"childtable_offset": 0,
"interlace_rows": 10,
"insert_interval": 0,
"partial_col_num": 0,
"disorder_ratio": 0,
"disorder_range": 0,
"timestamp_step": 0,
"start_timestamp": "2020-1-1 0:0:0",
"sample_format": "csv",
"sample_file": "./tools/benchmark/basic/csv/TD-31490.csv",
"use_sample_ts": "yes",
"tags_file": "",
"columns": [
{ "type": "DOUBLE", "count": 1 }
],
"tags": [
{ "name": "id", "type": "UINT" }
]
}
]
}
]
}