Quoting Moritz Onken <[EMAIL PROTECTED]>:

> I think there is no big difference in speed between the query cache of
> a dbms like mysql and a memcache query.
> Try disabling the query cache in your dbms to see the performance
> impact.

The MySQL query cache gets invalidated as soon as changes to a table occur
thus using memcached instead of relying on the database query
cache still makes perfectly sense in a lot of situations.

--Tobias

_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/[EMAIL PROTECTED]

Reply via email to