insertSigcolumnsNum4096.json 5.5 KB
Newer Older
H
happyguoxy 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{
    "filetype": "insert",
    "cfgdir": "/etc/taos",
    "host": "127.0.0.1",
    "port": 6030,
    "user": "root",
    "password": "taosdata",
    "thread_count": 10,
    "thread_count_create_tbl": 10,
    "result_file": "./insert_res.txt",
    "confirm_parameter_prompt": "no",
    "insert_interval": 0,
    "interlace_rows": 10,
    "num_of_records_per_req": 1,
    "max_sql_len": 102400000,
    "databases": [{
        "dbinfo": {
18
            "name": "json",
H
happyguoxy 已提交
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
            "drop": "yes",
            "replica": 1,
            "days": 10,
            "cache": 50,
            "blocks": 8,
            "precision": "ms",
            "keep": 365,
            "minRows": 100,
            "maxRows": 4096,
            "comp":2,
            "walLevel":1,
            "cachelast":0,
            "quorum":1,
            "fsync":3000,
            "update": 0
        },
        "super_tables": [{
            "name": "stb_old",
            "child_table_exists":"no",
38
            "childtable_count": 1,
H
happyguoxy 已提交
39 40 41
            "childtable_prefix": "stb_old_",
            "auto_create_table": "no",
            "batch_create_tbl_num": 5,
42
            "data_source": "rand",
H
happyguoxy 已提交
43
            "insert_mode": "taosc",
44
            "insert_rows": 10,
H
happyguoxy 已提交
45 46 47 48 49 50 51 52 53 54 55 56 57
            "childtable_limit": 0,
            "childtable_offset":0,
            "multi_thread_write_one_tbl": "no",
            "interlace_rows": 0,
            "insert_interval":0,
            "max_sql_len": 1024000,
            "disorder_ratio": 0,
            "disorder_range": 1000,
            "timestamp_step": 1,
            "start_timestamp": "2020-10-01 00:00:00.000",
            "sample_format": "csv",
            "sample_file": "./tools/taosdemoAllTest/TD-5213/insertSigcolumnsNum4096.csv",
            "tags_file": "",
58
            "columns": [{"type": "INT","count":1000}, {"type": "BINARY", "len": 16, "count":20}],
H
happyguoxy 已提交
59 60 61 62
            "tags": [{"type": "TINYINT", "count":2}, {"type": "BINARY", "len": 16, "count":1}]
        },{
            "name": "stb_new",
            "child_table_exists":"no",
63
            "childtable_count": 1,
H
happyguoxy 已提交
64 65 66 67 68
            "childtable_prefix": "stb_new_",
            "auto_create_table": "no",
            "batch_create_tbl_num": 5,
            "data_source": "rand",
            "insert_mode": "taosc",
69
            "insert_rows": 10,
H
happyguoxy 已提交
70 71 72 73 74 75 76 77 78 79 80 81 82
            "childtable_limit": 0,
            "childtable_offset":0,
            "multi_thread_write_one_tbl": "no",
            "interlace_rows": 0,
            "insert_interval":0,
            "max_sql_len": 1024000,
            "disorder_ratio": 0,
            "disorder_range": 1000,
            "timestamp_step": 1,
            "start_timestamp": "2020-10-01 00:00:00.000",
            "sample_format": "csv",
            "sample_file": "./tools/taosdemoAllTest/sample.csv",
            "tags_file": "",
83 84
            "columns": [{"type": "INT","count":4000}, {"type": "BINARY", "len": 16, "count":90}],
            "tags": [{"type": "TINYINT", "count":2}, {"type": "BINARY", "len": 16, "count":3}]
H
happyguoxy 已提交
85
        },{
86
            "name": "stb_mix",
H
happyguoxy 已提交
87
            "child_table_exists":"no",
88
            "childtable_count": 1,
89
            "childtable_prefix": "stb_mix_",
H
happyguoxy 已提交
90 91 92 93
            "auto_create_table": "no",
            "batch_create_tbl_num": 5,
            "data_source": "rand",
            "insert_mode": "taosc",
94
            "insert_rows": 10,
H
happyguoxy 已提交
95 96 97 98 99 100 101 102 103 104 105 106 107
            "childtable_limit": 0,
            "childtable_offset":0,
            "multi_thread_write_one_tbl": "no",
            "interlace_rows": 0,
            "insert_interval":0,
            "max_sql_len": 1024000,
            "disorder_ratio": 0,
            "disorder_range": 1000,
            "timestamp_step": 1,
            "start_timestamp": "2020-10-01 00:00:00.000",
            "sample_format": "csv",
            "sample_file": "./tools/taosdemoAllTest/sample.csv",
            "tags_file": "",
108 109 110 111 112
            "columns": [{"type": "INT","count":500},{"type": "SMALLINT","count":500},{"type": "TINYINT","count":500},{"type": "DOUBLE","count":500},{"type": "FLOAT","count":500},{"type": "BOOL","count":500},{"type": "BIGINT","count":500},{"type": "NCHAR","len": 20,"count":300},{"type": "BINARY","len": 34,"count":290},{"type": "BINARY","len": 101,"count":1}],
            "tags": [{"type": "INT", "count":3}, {"type": "NCHAR", "len": 10, "count":1}]
        },{
            "name": "stb_excel",
            "child_table_exists":"no",
113
            "childtable_count": 1,
114 115 116 117 118
            "childtable_prefix": "stb_excel_",
            "auto_create_table": "no",
            "batch_create_tbl_num": 5,
            "data_source": "sample",
            "insert_mode": "taosc",
119
            "insert_rows": 10,
120 121 122 123 124 125 126 127 128 129 130 131 132 133 134
            "childtable_limit": 0,
            "childtable_offset":0,
            "multi_thread_write_one_tbl": "no",
            "interlace_rows": 0,
            "insert_interval":0,
            "max_sql_len": 1024000,
            "disorder_ratio": 0,
            "disorder_range": 1000,
            "timestamp_step": 1,
            "start_timestamp": "2020-10-01 00:00:00.000",
            "sample_format": "csv",
            "sample_file": "./tools/taosdemoAllTest/TD-5213/insertSigcolumnsNum4096.csv",
            "tags_file": "",
            "columns": [{"type": "INT","count":500},{"type": "SMALLINT","count":500},{"type": "SMALLINT","count":500},{"type": "DOUBLE","count":500},{"type": "FLOAT","count":500},{"type": "BOOL","count":500},{"type": "BIGINT","count":500},{"type": "NCHAR","len": 19,"count":300},{"type": "BINARY","len": 34,"count":290},{"type": "BINARY","len": 101,"count":1}],
            "tags": [{"type": "INT", "count":3}, {"type": "NCHAR", "len": 10, "count":1}]
H
happyguoxy 已提交
135 136 137
        }]
    }]
}