2024-12-23 08:01:39 +00:00
|
|
|
{
|
|
|
|
|
"filetype": "insert",
|
|
|
|
|
"cfgdir": "/etc/taos",
|
|
|
|
|
"host": "127.0.0.1",
|
|
|
|
|
"port": 6030,
|
|
|
|
|
"user": "root",
|
|
|
|
|
"password": "taosdata",
|
2025-02-21 09:00:44 +00:00
|
|
|
"num_of_records_per_req": 3000,
|
|
|
|
|
"thread_count": 2,
|
2024-12-23 08:01:39 +00:00
|
|
|
"confirm_parameter_prompt": "no",
|
|
|
|
|
"databases": [
|
|
|
|
|
{
|
|
|
|
|
"dbinfo": {
|
2025-02-21 09:00:44 +00:00
|
|
|
"name": "test",
|
2024-12-23 08:01:39 +00:00
|
|
|
"drop": "yes",
|
2025-02-21 09:00:44 +00:00
|
|
|
"precision": "ns",
|
2025-03-18 09:48:24 +00:00
|
|
|
" vgroups ": 2
|
2024-12-23 08:01:39 +00:00
|
|
|
},
|
|
|
|
|
"super_tables": [
|
|
|
|
|
{
|
|
|
|
|
"name": "meters",
|
|
|
|
|
"child_table_exists": "no",
|
2025-02-21 09:00:44 +00:00
|
|
|
"childtable_count": 2,
|
|
|
|
|
"insert_rows": 1000,
|
2024-12-23 08:01:39 +00:00
|
|
|
"childtable_prefix": "d",
|
|
|
|
|
"insert_mode": "taosc",
|
2025-02-21 09:00:44 +00:00
|
|
|
"insert_interval": 0,
|
2024-12-23 08:01:39 +00:00
|
|
|
"timestamp_step": 1000,
|
2025-02-21 09:00:44 +00:00
|
|
|
"start_timestamp":1700000000000000000,
|
2024-12-23 08:01:39 +00:00
|
|
|
"columns": [
|
2025-04-17 07:29:23 +00:00
|
|
|
{ "type": "bool", "name": "bc", "encode":"disabled", "compress":"disabled" },
|
|
|
|
|
{ "type": "float", "name": "fc", "encode":"delta-d", "compress":"zlib", "level":"medium", "max": 100, "min": 0 },
|
|
|
|
|
{ "type": "double", "name": "dc", "encode":"delta-d", "compress":"xz", "level":"low", "max": 100, "min": 0 },
|
|
|
|
|
{ "type": "tinyint", "name": "ti", "encode":"simple8b", "compress":"zstd", "level":"high", "max": 100, "min": 0 },
|
|
|
|
|
{ "type": "smallint", "name": "si", "max": 100, "min": 0, "compress":"zlib" },
|
|
|
|
|
{ "type": "int", "name": "ic", "max": 100, "min": 0, "compress":"zstd" },
|
|
|
|
|
{ "type": "bigint", "name": "bi", "max": 100, "min": 0, "encode":"delta-i" },
|
|
|
|
|
{ "type": "utinyint", "name": "uti", "max": 100, "min": 0, "level":"high" },
|
|
|
|
|
{ "type": "usmallint", "name": "usi", "max": 100, "min": 0, "level":"medium" },
|
|
|
|
|
{ "type": "uint", "name": "ui", "max": 100, "min": 0, "level":"low" },
|
|
|
|
|
{ "type": "ubigint", "name": "ubi", "max": 100, "min": 0, "compress":"xz", "level":"medium" },
|
|
|
|
|
{ "type": "binary", "name": "bin", "len": 4, "compress":"zstd"},
|
|
|
|
|
{ "type": "nchar", "name": "nch", "len": 8, "compress":"xz"},
|
2025-03-26 12:28:37 +00:00
|
|
|
{ "type": "decimal", "name": "dec64", "precision": 10, "scale": 6, "dec_max": "1234.456789", "dec_min": "-4321.987654"},
|
|
|
|
|
{ "type": "decimal", "name": "dec128", "precision": 20, "scale": 8, "dec_max": "1234.56", "dec_min": "-999999999999.99999999"}
|
2024-12-23 08:01:39 +00:00
|
|
|
],
|
|
|
|
|
"tags": [
|
2025-02-21 09:00:44 +00:00
|
|
|
{ "type": "bool", "name": "tbc"},
|
|
|
|
|
{ "type": "float", "name": "tfc", "max": 1, "min": 0 },
|
|
|
|
|
{ "type": "double", "name": "tdc", "max": 10, "min": 0 },
|
|
|
|
|
{ "type": "tinyint", "name": "tti", "max": 100, "min": -100 },
|
|
|
|
|
{ "type": "smallint", "name": "tsi", "max": 100, "min": -50 },
|
|
|
|
|
{ "type": "int", "name": "tic", "max": 1000, "min": -1000 },
|
|
|
|
|
{ "type": "bigint", "name": "tbi", "max": 100, "min": -1000 },
|
|
|
|
|
{ "type": "utinyint", "name": "tuti", "max": 100, "min": 0 },
|
|
|
|
|
{ "type": "usmallint", "name": "tusi", "max": 100, "min": 0 },
|
|
|
|
|
{ "type": "uint", "name": "tui", "max": 1000, "min": 0 },
|
|
|
|
|
{ "type": "ubigint", "name": "tubi", "max": 10000, "min": 0 },
|
|
|
|
|
{ "type": "binary", "name": "tbin", "len": 4},
|
|
|
|
|
{ "type": "nchar", "name": "tnch", "len": 8}
|
2024-12-23 08:01:39 +00:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
2025-02-21 09:00:44 +00:00
|
|
|
}
|