in reply to Re: PerlMonks Caching
in thread PerlMonks Caching
At least, we still use a/the version table to cache versions of nodes, but we also have other caches for long-running queries or queries that only need to change their results rarely (Best Nodes, Chatterbox contents rendered as HTML, ...). For these, it might make sense to store/retrieve them from a cache separate to the database.
I'm a tiny bit reluctant to introduce another separate component to the site, and I have no experience with how the memcached clients behave if no server is available. But as I found that memcached is available for Win32 and has a pure Perl implementation, I'll look into using it, as it could shift some load away from MySQL.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: PerlMonks Caching
by tinita (Parson) on Apr 21, 2010 at 09:56 UTC | |
by Corion (Patriarch) on Apr 21, 2010 at 09:58 UTC | |
by tinita (Parson) on Apr 21, 2010 at 10:06 UTC | |
by Corion (Patriarch) on Apr 21, 2010 at 10:13 UTC | |
by BrowserUk (Patriarch) on Apr 21, 2010 at 11:14 UTC | |
| |
by tinita (Parson) on Apr 21, 2010 at 11:12 UTC | |
|