<?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>Column Oriented Database Network &#187; What is a column-oriented database?</title>
	<atom:link href="http://www.columnorienteddatabase.com/category/what-is-collumn-oriented/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.columnorienteddatabase.com</link>
	<description>Everything you need to know about Column Oriented Databases</description>
	<lastBuildDate>Tue, 07 Sep 2010 03:15:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What is a column-oriented DB?</title>
		<link>http://www.columnorienteddatabase.com/what-is-collumn-oriented/what-is-a-column-oriented-database/</link>
		<comments>http://www.columnorienteddatabase.com/what-is-collumn-oriented/what-is-a-column-oriented-database/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 20:46:42 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[What is a column-oriented database?]]></category>
		<category><![CDATA[colum-oriented]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[definition]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://www.columnorienteddatabase.com/?p=86</guid>
		<description><![CDATA[

What is a Column Oriented Database?
A column oriented database is a database management system that has been specifically built for data warehousing, business intelligence, analytics or any query-intensive application.  Simply put and illustrated below, a column oriented database stores data in columns as opposed to legacy databases that typically store data as rows.


This paradigm [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://calpont.com"><img class="aligncenter" src="http://columnorienteddatabase.com/ads/468x60-V4.png" alt="" width="468" height="60" /></a></p>
<p style="text-align: center;">
<h1>What is a Column Oriented Database?</h1>
<p>A column oriented database is a database management system that has been specifically built for data warehousing, business intelligence, analytics or any query-intensive application.  Simply put and illustrated below, a column oriented database stores data in columns as opposed to legacy databases that typically store data as rows.</p>
<p><a href="http://www.columnorienteddatabase.com/wp-content/uploads/2010/04/CODArticles.jpg"><img class="alignnone size-medium wp-image-100" title="CODArticles" src="http://www.columnorienteddatabase.com/wp-content/uploads/2010/04/CODArticles-300x209.jpg" alt="" width="300" height="209" /></a></p>
<p><a name="OLE_LINK1"></a><a name="OLE_LINK2"></a></p>
<p>This paradigm shift in approach to storing and retrieving data has a significant impact on how fast data can be queried.  For example, image a table with 100 columns defined within it.  An average query accesses about 20% of the columns within a table, so in our example, 20 columns.  In this instance, a row-based database is forced to perform I/O against all 100 columns, resulting in 80% of the I/O being wasted against columns that are not even participating in the query.  Conversely, because a column oriented database performs I/O only against the columns that are asked for in the query, there is no wasted I/O and in this example, a column oriented database will do five time less work to arrive at the same answer.  This I/O advantage directly translates to improved query performance and because a typical analytics use case may access millions or billions of rows, this performance advantage will tend to widen as the volume of data accessed is increased.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.columnorienteddatabase.com/what-is-collumn-oriented/what-is-a-column-oriented-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Column Oriented Database in action&#8230;</title>
		<link>http://www.columnorienteddatabase.com/what-is-collumn-oriented/column-oriented-database-in-action/</link>
		<comments>http://www.columnorienteddatabase.com/what-is-collumn-oriented/column-oriented-database-in-action/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 20:41:10 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[What is a column-oriented database?]]></category>

		<guid isPermaLink="false">http://www.columnorienteddatabase.com/?p=82</guid>
		<description><![CDATA[With all of the advancements in the Column-Oriented Database world, we have found an excellent resource for all of the visitors on columnorienteddatabase.com to check out and learn more about this particular type of database structure and how it can help your business with BI, speed as well as the overall benefits of the column-oriented [...]]]></description>
			<content:encoded><![CDATA[<p>With all of the advancements in the Column-Oriented Database world, we have found an excellent resource for all of the visitors on columnorienteddatabase.com to check out and learn more about this particular type of database structure and how it can help your business with BI, speed as well as the overall benefits of the <a href="http://www.calpont.com/column-oriented-database">column-oriented database</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.columnorienteddatabase.com/what-is-collumn-oriented/column-oriented-database-in-action/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
