<?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: Correlating documents in CouchDB</title>
	<atom:link href="http://www.opensourcery.co.za/2009/12/13/correlating-documents-in-couchdb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.opensourcery.co.za/2009/12/13/correlating-documents-in-couchdb/</link>
	<description>Wizardry through open source</description>
	<lastBuildDate>Thu, 11 Mar 2010 18:54:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kenneth Kalmer</title>
		<link>http://www.opensourcery.co.za/2009/12/13/correlating-documents-in-couchdb/comment-page-1/#comment-771</link>
		<dc:creator>Kenneth Kalmer</dc:creator>
		<pubDate>Mon, 14 Dec 2009 06:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcery.co.za/?p=275#comment-771</guid>
		<description>@TheSorrow - Correlate generates a view dynamically on the class where related_to() is called. In any case the documents _id is known to correlate, so it picks them individually from the database.</description>
		<content:encoded><![CDATA[<p>@TheSorrow &#8211; Correlate generates a view dynamically on the class where related_to() is called. In any case the documents _id is known to correlate, so it picks them individually from the database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Farrel</title>
		<link>http://www.opensourcery.co.za/2009/12/13/correlating-documents-in-couchdb/comment-page-1/#comment-769</link>
		<dc:creator>Farrel</dc:creator>
		<pubDate>Mon, 14 Dec 2009 00:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcery.co.za/?p=275#comment-769</guid>
		<description>What about a hybrid approach? I&#039;ve been thinking about using a SQL database and to purely use it to model the essential relationships which need representing (and not to use it to model the entities) and then using a NoSQL database to store the document for fast retrieval. Not sure if that&#039;s been tried before in the NoSQL world or if it&#039;s even feasible...</description>
		<content:encoded><![CDATA[<p>What about a hybrid approach? I&#8217;ve been thinking about using a SQL database and to purely use it to model the essential relationships which need representing (and not to use it to model the entities) and then using a NoSQL database to store the document for fast retrieval. Not sure if that&#8217;s been tried before in the NoSQL world or if it&#8217;s even feasible&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheSorrow</title>
		<link>http://www.opensourcery.co.za/2009/12/13/correlating-documents-in-couchdb/comment-page-1/#comment-768</link>
		<dc:creator>TheSorrow</dc:creator>
		<pubDate>Sun, 13 Dec 2009 21:19:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.opensourcery.co.za/?p=275#comment-768</guid>
		<description>But how do you fetch the related data ? You need a view... Do you generate the view on the fly ?</description>
		<content:encoded><![CDATA[<p>But how do you fetch the related data ? You need a view&#8230; Do you generate the view on the fly ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
