<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bit Mojo - Hiram Chirino &#187; kahadb</title>
	<atom:link href="http://hiramchirino.com/blog/tag/kahadb/feed/" rel="self" type="application/rss+xml" />
	<link>http://hiramchirino.com/blog</link>
	<description>My Ramblings on Hawt Tech</description>
	<lastBuildDate>Fri, 03 Feb 2012 14:25:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>TODO: Double Write Buffers</title>
		<link>http://hiramchirino.com/blog/2008/07/todo-double-write-buffers/</link>
		<comments>http://hiramchirino.com/blog/2008/07/todo-double-write-buffers/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 18:57:00 +0000</pubDate>
		<dc:creator>Hiram Chirino</dc:creator>
				<category><![CDATA[Messaging]]></category>
		<category><![CDATA[activemq]]></category>
		<category><![CDATA[kahadb]]></category>

		<guid isPermaLink="false">http://hiramchirino.com/wordpress/2008/07/todo-double-write-buffers/</guid>
		<description><![CDATA[Note to self: investigate implementing the Double Write Buffers idea in ActiveMQ. ActiveMQ keeps several indexes into the persistent messages that it&#8217;s holding and when ActiveMQ is shutdown ungracefully, we rebuild the indexes from the data logs due to them being in inconsistent state. If your queueing up millions of messages, building those indexes can [...]]]></description>
			<content:encoded><![CDATA[<p>Note to self: investigate implementing the <a href="http://www.mysqlperformanceblog.com/2006/08/04/innodb-double-write/" onclick="pageTracker._trackPageview('/outgoing/www.mysqlperformanceblog.com/2006/08/04/innodb-double-write/?referer=');">Double Write Buffers</a> idea in ActiveMQ.  ActiveMQ keeps several indexes into the persistent messages that it&#8217;s holding and when ActiveMQ is shutdown ungracefully, we rebuild the indexes from the data logs due to them being in inconsistent state.  If your queueing up millions of messages, building those indexes can take a long time.</p>
<p>Double buffering may allow us fix inconistencies in those index and gets us running faster..</p>
]]></content:encoded>
			<wfw:commentRss>http://hiramchirino.com/blog/2008/07/todo-double-write-buffers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

