My innodb buffer pool size is 8GB and my database is 6GB in size but I see this:
Innodb_buffer_pool_reads 263.5k - The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.
With the hardware (i7, 24GB RAM, SSD) and that much RAM available why are the queries doing "single page reads at all?
How can I reduce this number of single-page reads?