{
    "filetype": "insert",
    "cfgdir": "/etc/taos/",
    "host": "127.0.0.1",
    "port": 6030,
    "user": "root",
    "password": "taosdata",
    "thread_count": 8,
    "create_table_thread_count": 8,
    "result_file": "./insert_res.txt",
    "confirm_parameter_prompt": "no",
    "insert_interval": 0,
    "interlace_rows": 0,
    "num_of_records_per_req": 10000,
    "databases": [
        {
            "dbinfo": {
                "name": "db",
                "drop": "no",
                "vgroups": 1
            },
            "super_tables": [
                {
                    "name": "stb1",
                    "child_table_exists": "no",
                    "childtable_count": 10000,
                    "childtable_prefix": "stb1_",
                    "auto_create_table": "no",
                    "batch_create_tbl_num": 50000,
                    "data_source": "rand",
                    "insert_mode": "taosc",
                    "insert_rows": 100,
                    "interlace_rows": 0,
                    "insert_interval": 0,
                    "max_sql_len": 10000000,
                    "disorder_ratio": 0,
                    "disorder_range": 1000,
                    "timestamp_step": 10,
                    "sample_format": "csv",
                    "use_sample_ts": "no",
                    "tags_file": "",
                    "columns": [
                        {
                            "type": "INT"
                        },
                        {
                            "type": "DOUBLE",
                            "count": 1
                        },
                        {
                            "type": "BINARY",
                            "len": 40,
                            "count": 1
                        },
                        {
                            "type": "nchar",
                            "len": 20,
                            "count": 1
                        }
                    ],
                    "tags": [
                        {
                            "type": "TINYINT",
                            "count": 1
                        },
                        {
                            "type": "BINARY",
                            "len": 16,
                            "count": 1
                        }
                    ]
                }
            ]
        }
    ]
}
