Gleb Paharenko wrote:

Hello.



Use skip-innodb, this should prevent MySQL from InnoDB initialization.


Remigiusz Soko$owski <[EMAIL PROTECTED]> wrote:
Hello!
Do You know if myISAM-specific settings have any impact on database
performance,
if the only MyISAM database is mysql?
I know that there are some default settings and I wonder if for example memory buffers are allocated even if they are not used? Is it necessary
to disable those settings?

I see I was not clear enough - I use InnoDB and don't want to disable it - thee point is all my databases except mysql are of innoDB type. In such circumstances the question is if default myISAM settings affect performance of database - are they only maximal values dynamically allocated or inflexible parameters (what would mean that every connection is net_buffer + thread_stack + read_buffer + any_other_buffer of which only some are used and some are loss of memory)?

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

Reply via email to