NYCPHP Meetup

NYPHP.org

[nycphp-talk] caching queries

corey szopinski corey at domanistudios.com
Mon Apr 4 10:44:55 EDT 2005


You should check out memchached:

http://www.danga.com/memcached/

It could be overkill for your application, but it¹s built specifically to
take load off the database.

-corey


On 4/3/05 8:06 PM, "Rahmin Pavlovic" <rahmin at insite-out.com> wrote:

> I'd like to cache certain queries, but we're using MySQL 3.23.40, which
> I don't believe supports query caching (I'd love to be wrong).
> 
> So I'm trying to come up other ways to cache db content for 5-10 min
> intervals.  I have a few ideas (force header caching | cron script to
> write includes | write/pull new content per timestamp), but I'm not sure
> what's the best way to go, or there are other options, and I'm curious
> what the more knowledgeable peeps think.  What's the best way to go?




Corey Szopinski
Director of Technology

DOMANI STUDIOS
corey at domanistudios.com
55 Washington St. Suite 822
Brooklyn, NY 11201
718-797-4470  x116 






More information about the talk mailing list