|
Posted by Aaron Saray on 01/15/08 03:01
On Jan 13, 2:41 pm, Norman Peelman <npeel...@cfl.rr.com> wrote:
> Gilles Ganault wrote:
> > On Sun, 13 Jan 2008 20:33:59 +0100, thib´ <th...@coralsnake-team.com>
> > wrote:
> >> I guess you're thinking about a cache concept, you should read some articles
> >> about it; this can indeed be very useful if the database is submerged by
> >> loads of identical, heavy search requests.
>
> > OK, I'll do some tests and see how it goes, even by keeping actually
> > MYSQL calls in all the pages. Thanks.
>
> MySQL has a cache of its own... mysql_query_cache... search the mysql
> website. And then there are caches like APC (Alternative PHP Cache) for PHP.
>
> --
> Norman
> Registered Linux user #461062
And don't forget about 'memcache' - a mysql cache.
Navigation:
[Reply to this message]
|