Quantcast
Channel: MySQL Forums - InnoDB
Viewing all articles
Browse latest Browse all 1954

why Innodb_buffer_pool_read_ahead_evicted big than Innodb_buffer_pool_read_aheader ? (no replies)

$
0
0
From the document,I see the descriptions about the two status.
These global status variables Innodb_buffer_pool_read_ahead and Innodb_buffer_pool_read_ahead_evicted indicate the number of pages read in as part of read ahead and the number of such pages evicted without ever being accessed respectively.
But when I inspect the two status,I find Innodb_buffer_pool_read_ahead_evicted is big than Innodb_buffer_pool_read_ahead.
show global status like '%ahead%';
+---------------------------------------+-----------+
| Variable_name | Value |
+---------------------------------------+-----------+
| Innodb_buffer_pool_read_ahead | 520841 |
| Innodb_buffer_pool_read_ahead_evicted | 193493770 |
+---------------------------------------+-----------+

Viewing all articles
Browse latest Browse all 1954

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>