<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: What&#8217;s a Column-Oriented DBMS?</title>
	<atom:link href="http://kellblog.com/2007/03/31/whats-a-column-oriented-dbms/feed/" rel="self" type="application/rss+xml" />
	<link>http://kellblog.com/2007/03/31/whats-a-column-oriented-dbms/</link>
	<description>The official blog of Dave Kellogg</description>
	<lastBuildDate>Thu, 09 Feb 2012 19:36:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Shashank</title>
		<link>http://kellblog.com/2007/03/31/whats-a-column-oriented-dbms/#comment-4972</link>
		<dc:creator><![CDATA[Shashank]]></dc:creator>
		<pubDate>Tue, 11 Oct 2011 23:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://test.kellblog.com/2007/03/31/whats-a-column-oriented-dbms/#comment-4972</guid>
		<description><![CDATA[I have no idea about querying syntax, but implementation-wise, it would just be:

1) a reverse look up in the &quot;Name column&quot; table: get Row-ID for value = &quot;Dave&quot;;
2) a forward look up in the &quot;Birthdate column&quot; table: get value where Row-ID = xxx;

I am guessing both look ups will be fast because of indexing.]]></description>
		<content:encoded><![CDATA[<p>I have no idea about querying syntax, but implementation-wise, it would just be:</p>
<p>1) a reverse look up in the &#8220;Name column&#8221; table: get Row-ID for value = &#8220;Dave&#8221;;<br />
2) a forward look up in the &#8220;Birthdate column&#8221; table: get value where Row-ID = xxx;</p>
<p>I am guessing both look ups will be fast because of indexing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: What’s a Column-Oriented DBMS? &#171; Column-Oriented Databases</title>
		<link>http://kellblog.com/2007/03/31/whats-a-column-oriented-dbms/#comment-2405</link>
		<dc:creator><![CDATA[What’s a Column-Oriented DBMS? &#171; Column-Oriented Databases]]></dc:creator>
		<pubDate>Thu, 22 Jul 2010 04:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://test.kellblog.com/2007/03/31/whats-a-column-oriented-dbms/#comment-2405</guid>
		<description><![CDATA[[...] a comment &#187;  A column-oriented database has a number of advantages: Higher information density means more efficiency in pulling answers off disk and/or in caching them [...]]]></description>
		<content:encoded><![CDATA[<p>[...] a comment &raquo;  A column-oriented database has a number of advantages: Higher information density means more efficiency in pulling answers off disk and/or in caching them [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mwhitman</title>
		<link>http://kellblog.com/2007/03/31/whats-a-column-oriented-dbms/#comment-2404</link>
		<dc:creator><![CDATA[mwhitman]]></dc:creator>
		<pubDate>Wed, 10 Jun 2009 14:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://test.kellblog.com/2007/03/31/whats-a-column-oriented-dbms/#comment-2404</guid>
		<description><![CDATA[How do you tell when Dave&#039;s birthday is or is that a bad question to ask a column oriented database?]]></description>
		<content:encoded><![CDATA[<p>How do you tell when Dave&#039;s birthday is or is that a bad question to ask a column oriented database?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://kellblog.com/2007/03/31/whats-a-column-oriented-dbms/#comment-2403</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Sun, 26 Apr 2009 15:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://test.kellblog.com/2007/03/31/whats-a-column-oriented-dbms/#comment-2403</guid>
		<description><![CDATA[Here&#039;s an explanation of the difference between a column-oriented approach and vertical partitioning.http://www.databasecolumn.com/2008/07/debunking-another-myth-columns.html]]></description>
		<content:encoded><![CDATA[<p>Here&#8217;s an explanation of the difference between a column-oriented approach and vertical partitioning.<a href="http://www.databasecolumn.com/2008/07/debunking-another-myth-columns.html" rel="nofollow">http://www.databasecolumn.com/2008/07/debunking-another-myth-columns.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ileana</title>
		<link>http://kellblog.com/2007/03/31/whats-a-column-oriented-dbms/#comment-2402</link>
		<dc:creator><![CDATA[Ileana]]></dc:creator>
		<pubDate>Sat, 17 Nov 2007 16:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://test.kellblog.com/2007/03/31/whats-a-column-oriented-dbms/#comment-2402</guid>
		<description><![CDATA[I still don&#039;t see the difference between a column-based DBMS and a DBMS which supports vertical partitioning?]]></description>
		<content:encoded><![CDATA[<p>I still don&#8217;t see the difference between a column-based DBMS and a DBMS which supports vertical partitioning?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

