Skip to content

Commit

Permalink
Merge pull request #5364 from taosdata/hotfix/sangshuduo/TD-3147-inse…
Browse files Browse the repository at this point in the history
…rt-rate-more-than-1s

Hotfix/sangshuduo/td 3147 insert rate more than 1s
  • Loading branch information
sangshuduo committed Mar 5, 2021
2 parents b694b2c + 45cc4ca commit f08d113
Show file tree
Hide file tree
Showing 2 changed files with 1,350 additions and 779 deletions.
11 changes: 6 additions & 5 deletions src/kit/taosdemo/insert.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
"thread_count": 4,
"thread_count_create_tbl": 4,
"result_file": "./insert_res.txt",
"confirm_parameter_prompt": "no",
"confirm_parameter_prompt": "no",
"insert_interval": 0,
"num_of_records_per_req": 100,
"databases": [{
"dbinfo": {
"name": "dbx",
"name": "db",
"drop": "yes",
"replica": 1,
"days": 10,
Expand All @@ -30,14 +32,13 @@
},
"super_tables": [{
"name": "stb",
"child_table_exists":"no",
"child_table_exists":"no",
"childtable_count": 100,
"childtable_prefix": "stb_",
"auto_create_table": "no",
"data_source": "rand",
"insert_mode": "taosc",
"insert_rate": 0,
"insert_rows": 1000,
"insert_rows": 100000,
"multi_thread_write_one_tbl": "no",
"number_of_tbl_in_one_sql": 0,
"rows_per_tbl": 100,
Expand Down

0 comments on commit f08d113

Please sign in to comment.