Bug #113800 | Performance degradation of Blob operations comparing with MySQL 5.7 | ||
---|---|---|---|
Submitted: | 30 Jan 2024 5:30 | Modified: | 31 Jan 2024 6:16 |
Reporter: | MOORE MIAO | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: DML | Severity: | S5 (Performance) |
Version: | 8.0.22, 8.0.36, 8.0.11 | OS: | Linux |
Assigned to: | CPU Architecture: | x86 | |
Tags: | blob field, regression |
[30 Jan 2024 5:30]
MOORE MIAO
[30 Jan 2024 8:09]
MySQL Verification Team
Hello MOORE MIAO, Thank you for the report and test case. I'm able to reproduce with default settings but would be interested to try with the configurations used by you for the tests(5.7 and 8.0 differ when it comes to binary logging as by default it is enabled in 8.0 where as disabled in 5.7 etc.). Could you please share configuration from both the instances(5.7/8.0)? Thank you. regards, Umesh
[31 Jan 2024 6:13]
MOORE MIAO
Hello Umesh Shastry, I disabled binary logging on both version, default configures with my items: innodb_flush_log_at_trx_commit = 1 log_bin = OFF innodb_doublewrite = OFF innodb_io_capacity = 4000 innodb_io_capacity_max = 8000 innodb_buffer_pool_chunk_size = 134217728 innodb_buffer_pool_instances = 8 innodb_buffer_pool_size = 51539607552 innodb_change_buffering = none
[31 Jan 2024 6:16]
MOORE MIAO
You can also test a select case, which is not related to logs.