MySQL Forums
Forum List  »  Performance

Re: Possible Hit for Number of Tables
Posted by: Frank Grunwald
Date: February 24, 2005 07:59AM

MySQL doesn't seem to be disturbed by a large amount of tables.

Basically, the only thing that could decrease your performance is the fact that you'll perform 36000 table open instead of 24 but I don't think this should affect your global performance (the amount of data should be the same isn't it ?)

This could even increase your key_buffer availability (I guess you're using MyIsam table) as you will only load small index trees that are used instead of the whole index tree for all your forum.

Frank

Options: ReplyQuote


Subject
Views
Written By
Posted
2615
February 22, 2005 09:22AM
Re: Possible Hit for Number of Tables
1747
February 24, 2005 07:59AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.