MySQL Forums
Forum List  »  Newbie

Re: In memory database
Posted by: Erin ONeill
Date: August 08, 2005 12:47PM

And don't forget table cache. This has really helped speed up my queries when combined with a larger key_buffer and query_cache. I also set the threads to cache which helped too.

Right now I'm resarching why my set up with 4GB of RAM won't let me set the table cache much above 1240 without crashing (it is lighting fast until it crashes so now that I've had a taste - I want it that fast all the time!). I know my Sys Admins have done some tweaking of the kernel because 1240 is above the default of 1024. I'm just not sure if they've completed the tweaking of the kernel. I know Solaris and not linux. I'm installing linux and tweaking the kernel. Hopefully I'll find the answer to give my sys admins. :)

Make sure that you're file descriptors have been set higher than the default of 1024 (in a bash shell: ulimit -n).


good luck!
erin

Options: ReplyQuote


Subject
Written By
Posted
August 06, 2005 07:59PM
August 06, 2005 08:13PM
August 06, 2005 08:15PM
August 06, 2005 08:51PM
August 07, 2005 10:49PM
Re: In memory database
August 08, 2005 12:47PM


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.