MySQL Forums
Forum List  »  Perl

Re: MySQL performance over DB_File
Posted by: Bill Karwin
Date: September 07, 2006 11:03PM

It's not surprising that it was so slow upon initial installation. MySQL, like any DBMS, requires some tuning and optimization. It can be extremely fast compared to other RDBMS products.

It's hard to know from your description what configuration would be of benefit. It depends a lot on the structure and patterns of usage of your data. There's no "silver bullet" in this regard.

Definitely you should read the Optimization chapter in the MySQL manual, there are lots of tips on how to improve this or that usage of MySQL.
http://dev.mysql.com/doc/refman/5.0/en/optimization.html

Regards,
Bill K.

Options: ReplyQuote


Subject
Written By
Posted
September 07, 2006 03:40PM
Re: MySQL performance over DB_File
September 07, 2006 11:03PM
September 10, 2006 02:42PM
September 10, 2006 09:26PM
September 12, 2006 03:46PM


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.