<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using Redis (or Memcached) as a buffer for SQL resulting in near-realtime stats</title>
	<atom:link href="http://cd34.com/blog/scalability/using-redis-or-memcached-as-a-buffer-for-sql-resulting-in-near-realtime-stats/feed/" rel="self" type="application/rss+xml" />
	<link>http://cd34.com/blog/scalability/using-redis-or-memcached-as-a-buffer-for-sql-resulting-in-near-realtime-stats/</link>
	<description>This is my blog, there are many others like it but this one is mine.</description>
	<lastBuildDate>Wed, 08 May 2013 02:01:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: ehcache.net</title>
		<link>http://cd34.com/blog/scalability/using-redis-or-memcached-as-a-buffer-for-sql-resulting-in-near-realtime-stats/comment-page-1/#comment-1414</link>
		<dc:creator>ehcache.net</dc:creator>
		<pubDate>Thu, 06 Jan 2011 08:30:09 +0000</pubDate>
		<guid isPermaLink="false">http://cd34.com/blog/?p=1009#comment-1414</guid>
		<description><![CDATA[&lt;strong&gt;Using Redis (or Memcached) as a buffer for SQL resulting in near-realtime stats...&lt;/strong&gt;

While I’ve used memcached for a number of things where MySQL’s query cache just isn’t quick enough, the nature of a key-value store without unions didn’t work for this particular project. While it would have been easy enough to run memcached alongside ...]]></description>
		<content:encoded><![CDATA[<p><strong>Using Redis (or Memcached) as a buffer for SQL resulting in near-realtime stats&#8230;</strong></p>
<p>While I’ve used memcached for a number of things where MySQL’s query cache just isn’t quick enough, the nature of a key-value store without unions didn’t work for this particular project. While it would have been easy enough to run memcached alongside &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cd34</title>
		<link>http://cd34.com/blog/scalability/using-redis-or-memcached-as-a-buffer-for-sql-resulting-in-near-realtime-stats/comment-page-1/#comment-1322</link>
		<dc:creator>cd34</dc:creator>
		<pubDate>Sun, 24 Oct 2010 15:19:04 +0000</pubDate>
		<guid isPermaLink="false">http://cd34.com/blog/?p=1009#comment-1322</guid>
		<description><![CDATA[Modified to address concurrency issue.  Modifying the set that you are iterating through caused some problems.  Creating a separate set and recreating the remaining set eliminates that problem.]]></description>
		<content:encoded><![CDATA[<p>Modified to address concurrency issue.  Modifying the set that you are iterating through caused some problems.  Creating a separate set and recreating the remaining set eliminates that problem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
