{
    "filetype": "insert",
    "cfgdir": "/etc/taos",
    "host": "127.0.0.1",
    "port": 6030,
    "user": "root",
    "password": "taosdata",
    "num_of_records_per_req": 500,
    "thread_count": 10,
    "create_table_thread_count": 10,
    "result_file": "./insert_res_suit3.txt",
    "confirm_parameter_prompt": "no",
    "check_sql": "no",
    "databases": [
        {
            "dbinfo": {
                "name": "db_suit3",
                "drop": "yes",
                "vgroups": 6,
                "replica": 3,
                "precision": "ms",
                "keep": 3650,
                "minRows": 100,
                "maxRows": 4096
            },
            "super_tables": [
                {
                    "name": "meters",
                    "child_table_exists": "no",
                    "childtable_count": 100,
                    "insert_rows": 30000,
                    "childtable_prefix": "d",
                    "escape_character": "yes",
                    "auto_create_table": "no",
                    "batch_create_tbl_num": 5,
                    "insert_mode": "taosc",
                    "timestamp_step": 10,
                    "start_timestamp":1500000000000,
                    "disorder_ratio": 10,
                    "update_ratio": 5,
                    "delete_ratio": 1,
                    "disorder_fill_interval": 100,
                    "update_fill_interval": 25,
                    "generate_row_rule": 2,
                    "columns": [
                        { "type": "bool",        "name": "bc"},
                        { "type": "float",       "name": "fc",  "max": 1, "min": 0 },
                        { "type": "double",      "name": "dc",  "max": 1, "min": 0 },
                        { "type": "tinyint",     "name": "ti",  "max": 100, "min": 0 },
                        { "type": "smallint",    "name": "si",  "max": 100, "min": 0 },
                        { "type": "int",         "name": "ic",  "max": 100, "min": 0 },
                        { "type": "bigint",      "name": "bi",  "max": 100, "min": 0 },
                        { "type": "utinyint",    "name": "uti", "max": 100, "min": 0 },
                        { "type": "usmallint",   "name": "usi", "max": 100, "min": 0 },
                        { "type": "uint",        "name": "ui",  "max": 100, "min": 0 },
                        { "type": "ubigint",     "name": "ubi", "max": 100, "min": 0 },
                        { "type": "binary",      "name": "bin", "len": 32},
                        { "type": "nchar",       "name": "nch", "len": 64}
                    ],
                    "tags": [
                        {
                            "type": "tinyint",
                            "name": "groupid",
                            "max": 10,
                            "min": 1
                        },
                        {
                            "name": "location",
                            "type": "binary",
                            "len": 16,
                            "values": ["San Francisco", "Los Angles", "San Diego",
                                "San Jose", "Palo Alto", "Campbell", "Mountain View",
                                "Sunnyvale", "Santa Clara", "Cupertino"]
                        }
                    ]
                }
            ]
        }
    ]
}
