From: "Richard Baskett" <[EMAIL PROTECTED]>
> > * use recent mysql 4.x The new versions have ability to cache results of
> > often used queries, and return the results very fast without even
touching
> > the disk. Note that this is much better for web apps than usual query
> > cacheing that many databases offer.
>
> How do you get mysql to do it's own caching like you mentioned?

This is a PHP list, so I'd suggest you start reading here:
http://www.mysql.com/doc/en/Query_Cache.html

;)

---John Holmes...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to