[MDEV-581] LP:929838 - Downport of InnoDB/ICP from mysql 5.6 increased Innodb_buffer_pool_read_requests Created: 2012-02-09 Updated: 2020-05-28 |
|
| Status: | Stalled |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.3.12, 5.5 |
| Fix Version/s: | 5.5 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Sergei Petrunia | Assignee: | Sergei Petrunia |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
After downport of InnoDB/ICP from mysql 5.6 (revno: 2955) the number of Innodb_buffer_pool_read_requests made by the sample query has increased. Fixed made by address the problem for the most part, but certain difference remains. |
| Comments |
| Comment by Sergei Petrunia [ 2012-02-09 ] |
|
Re: Downport of InnoDB/ICP from mysql 5.6 increased Innodb_buffer_pool_read_requests 1. Make the dataset: 2. Prepare two trees, Run the attached script and watch the difference in output: "Before" tree produces (showing only lines with 'OUT'): incr OUT "After" tree produces (showing only lines with 'OUT'): |
| Comment by Sergei Petrunia [ 2012-02-09 ] |
|
Re: Downport of InnoDB/ICP from mysql 5.6 increased Innodb_buffer_pool_read_requests
|
| Comment by Sergei Petrunia [ 2012-02-09 ] |
|
The script.
|
| Comment by Sergei Petrunia [ 2012-02-09 ] |
|
Re: Downport of InnoDB/ICP from mysql 5.6 increased Innodb_buffer_pool_read_requests |
| Comment by Sergei Petrunia [ 2012-02-09 ] |
|
If you have trouble compiling the tree because of "warnings being treated as errors", here is a patch that shuts that off. |
| Comment by Sergei Petrunia [ 2012-02-10 ] |
|
Re: Downport of InnoDB/ICP from mysql 5.6 increased Innodb_buffer_pool_read_requests work.askmonty.org:/tmp/sysbench-data-10m.sql.bz2 |
| Comment by Igor Babaev [ 2012-02-11 ] |
|
Re: Downport of InnoDB/ICP from mysql 5.6 increased Innodb_buffer_pool_read_requests |
| Comment by Rasmus Johansson (Inactive) [ 2012-03-23 ] |
|
Launchpad bug id: 929838 |
| Comment by Sergei Petrunia [ 2012-10-31 ] |
|
The problem doesn't seem to be introduced in MariaDB. It is innodb+xtradb changes. I'm still keeping this open, because I intend to investigate this and see if there are some redundant reads done as a result. |