Warning: Creating default object from empty value in /www/htdocs/v030397/mysql-qotd/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php on line 4991

Warning: Creating default object from empty value in /www/htdocs/v030397/mysql-qotd/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php on line 4993
Question 58: Which of the buffers are per connection? – MySQL Question of the Day

Skip to content

By plogi in mysql questions

(Find all correct answers)
 

a) innodb_buffer_pool_size 8388608
b) innodb_log_buffer_size  1048576
c) join_buffer_size        131072
d) key_buffer_size         8388600
e) read_buffer_size        131072
f) sort_buffer_size        2097144

 
[ MySQL Architecture (10%) - How MySQL Uses Memory ]

Tags: , ,

Comment Feed

One Response

  1. plogi4. June 2010 @ 17:21:36


    c e f
     
    Those 3 are buffers per thread/connection.
    The others are per mysql instance.

You must be logged in to post a comment.