"Keith Thompson" <[EMAIL PROTECTED]> wrote:
> All of my tables are now InnoDB only.  So, what I'd like to do is
> reduce MySQL tunable variables down as much as possible for things
> that don't affect InnoDB so that I'm not wasting memory on buffers
> that will get little or no use.
> 
> It's obvious which variables are only for InnoDB (they start with
> "innodb_").  But, which of the others are never used by InnoDB?
> 
> For example, are the biggees like key_buffer_size, sort_buffer_size,
> etc. for both InnoDB and MyISAM, or just MyISAM?

sort_buffer_size, read_buffer_size, read_rnd_buffer_size are also relevant for InnoDB, 
not only for MyISAM.


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com





-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to