… let’s take a look at what this optimization actually is and what benefits it brings. Multi Range Read With traditional secondary index lookups… fetched, and N is the buffer size. In MySQL 5.6 the buffer size used by MRR can be controlled by the variable read_rnd_buffer_size, while MariaDB…
Post: Join Optimizations in MySQL 5.6 and MariaDB 5.5
…optimization that is used in conjunction with BKA and that is MRR Key-ordered Scan. Let’s see what this optimization actually is. …join_buffer_size and the read_rnd_buffer_size/mrr_buffer_size and both of these buffers should be increased appropriately for the best possible performance gain. This is …
Post: Index Condition Pushdown in MySQL 5.6 and MariaDB 5.5 and its performance impact
… by one. So in the same way this blog post is aimed at a new optimizer enhancement Index Condition Pushdown (ICP… Now let’s take a look briefly at what this enhancement actually is, and what is it aimed at. Index Condition Pushdown Traditional B…, where index parts after the part on which range condition is applied cannot be used for filtering records. For example, suppose…
Post: What exactly is read_rnd_buffer_size
Looking for documentation for read_rnd_buffer_size you would find descriptions such as “The read_rnd_buffer_size is used after a sort, when reading rows in sorted order… read_buffer_size which is currently only used by MyISAM tables I thought read_rnd_buffer_size is also MyISAM only. But talking to Monty today I learned it is…
Comment: What exactly is read_rnd_buffer_size
[...] å¦å¤–ï¼Œå¢žåŠ read_rnd_buffer_size(3.2.3是record_rnd_buffer_size)的值对排åºçš„æ“ä½œä¹Ÿæœ‰ä¸€ç‚¹çš„å¥½å¤„ï¼Œå‚è§ï¼šhttp://www.mysqlperformanceblog.com/2007/07/24/what-exactly-is-read_rnd_buffer_size/ [...]
Comment: What exactly is read_rnd_buffer_size
[...] å¦å¤–ï¼Œå¢žåŠ read_rnd_buffer_size(3.2.3是record_rnd_buffer_size)的值对排åºçš„æ“ä½œä¹Ÿæœ‰ä¸€ç‚¹çš„å¥½å¤„ï¼Œå‚è§ï¼šhttp://www.mysqlperformanceblog.com/2007/07/24/what-exactly-is-read_rnd_buffer_size/ [...]
Comment: What exactly is read_rnd_buffer_size
[...] MySQL Performance Blog: What exactly is read_rnd_buffer_size? [...]
Post: Ultimate MySQL variable and status reference list
…documentation or forums. So I present to you what is now my newest Firefox toolbar bookmark: an …commanual range_alloc_block_sizeblogpercona.commanual read_buffer_sizeblogpercona.commanual read_onlyblogpercona.commanual read_rnd_buffer_sizeblogpercona.commanual relay_logblogpercona.commanual relay…
Comment: MySQL: what read_buffer_size value is optimal ?
…): key_buffer_size 268435456 sort_buffer_size 131064 read_buffer_size 126976 read_rnd_buffer_size 126976 join_buffer_size 126976 myisam_sort_buffer_size 131072 The key_buff shows the proper “268435456″ which is 256*1024*1024, but what…
Post: MySQL Server Memory Usage
…possible memory usage is the right approach to this problem. The reasons are – this formula is very complex nowadays and what is even … sorts, or need temporary tables as much as read_buffer_size, sort_buffer_size, read_rnd_buffer_size, tmp_table_size of memory might be allocated. But they are only…

