[Bug]: load data test performance down #21294
Labels
kind/bug
Something isn't working
phase/testing
severity/s0
Extreme impact: Cause the application to break down and seriously affect the use
Milestone
Is there an existing issue for the same bug?
Branch Name
main
Commit ID
fd9d868
Other Environment Information
Actual Behavior
load data 性能数据:https://grafana.ci.matrixorigin.cn/d/U7ZX6G6Vk/test-nightly-tke-loaddata?orgId=1,main分支有性能下降的现象,
tpch1T load时由之前1个小时耗时增长到2个小时+
二分结果:
Expected Behavior
No response
Steps to Reproduce
create table table_20_columns( clo1 tinyint, clo2 smallint, clo3 int, clo4 bigint, clo5 tinyint unsigned, clo6 smallint unsigned, clo7 int unsigned, clo8 bigint unsigned, col9 float, col10 double, col11 varchar(255), col12 Date, col13 DateTime, col14 timestamp, col15 bool, col16 decimal(5,2), col17 text, col18 varchar(255), col19 varchar(255), col20 varchar(255) ); load data url s3option {'endpoint'='http://cos.ap-guangzhou.myqcloud.com','access_key_id'='xxxx','secret_access_key'='xxx','bucket'='mo-load-guangzhou-1308875761', 'filepath'='100_columns/100000000_100_columns_load_data.csv', 'compression'='none'} into table test.table_100_columns fields terminated by ',' lines terminated by '\n' parallel 'true';
Additional information
No response
The text was updated successfully, but these errors were encountered: