Details
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
revno: 3406 revision-id: <email address hidden>
revno: 3407 revision-id: <email address hidden>
address the problem for the most part, but certain difference remains.
Gliffy Diagrams
Attachments
Issue Links
- duplicates
-
MDEV-143 lp:929838 - Downport of InnoDB/ICP from mysql 5.6 increased Innodb_buffer_pool_read_requests
-
- Closed
-
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Re: Downport of InnoDB/ICP from mysql 5.6 increased Innodb_buffer_pool_read_requests
Ways to repeat:
1. Make the dataset:
./sysbench --test=./tests/db/oltp.lua --oltp-table-size=10000000 \
--db-driver=mysql --mysql-user=root --mysql-socket=/tmp/mysqld.sock \
--mysql-table-engine=innodb prepare
2. Prepare two trees,
1. "Before" tree: 5.3 branched at -r2954
2. "After" tree: 5.3, branched at -r2955, with 3406
Run the attached script and watch the difference in output:
"Before" tree produces (showing only lines with 'OUT'):
incr OUT
13 OUT
incr OUT
12 OUT
incr OUT
12 OUT
incr OUT
12 OUT
incr OUT
12 OUT
"After" tree produces (showing only lines with 'OUT'):
incr OUT
14 OUT
incr OUT
13 OUT
incr OUT
13 OUT
incr OUT
13 OUT
incr OUT
13 OUT