On 10/10/07, Ratheesh K J <[EMAIL PROTECTED]> wrote:
> So every morning all the queries will be slow for the first time on the DB 
> server 2 and thereafter will be served by the query cache as they will be 
> cached and never invalidated until the night.

Sorry for the late reply, I'm trying to get caught up on the posts to
the list.  I *think* your concern is really the first queries of the
day having a cache miss and therefore taking longer than you'd like.
If you know what the queries are going to be in advance (i.e this is a
reporting application and your users typically request the same kind
of thing every day), you could setup a cron job to run in the middle
of the night to execute those queries.  That would seed the query
cache and when users begin to use your system in the morning, they
wouldn't experience a cache miss slowdown.

--
Kevin.

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

Reply via email to