RE: How can I avoid warm-up time?

2004-09-10 Thread emierzwa
0, 2004 7:36 AM To: Mysql List Subject: RE: How can I avoid warm-up time? Tamar, The only way to fill the caches up is to execute queries. If there is a delay between your server coming up and the application being used, try executing the queries that your application will use from a start-up

RE: How can I avoid warm-up time?

2004-09-10 Thread Andy Eastham
nt: 10 September 2004 12:56 > To: [EMAIL PROTECTED] > Subject: How can I avoid warm-up time? > > Hi, > > > > We are now in the last phases of testing a new system on Mysql. We are > using all MyISAM tables, on Linux. > > > > We found that after the

How can I avoid warm-up time?

2004-09-10 Thread Tamar Rosen
Hi, We are now in the last phases of testing a new system on Mysql. We are using all MyISAM tables, on Linux. We found that after the mysql server is restarted, our application is very slow for a couple of minutes. We understand that this is because the caches have to fill up first - th