<?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>toniBlog &#187; DBA</title>
	<atom:link href="http://www.the-arm.com/tag/dba/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.the-arm.com</link>
	<description>A weblog about Methodologies for Development</description>
	<lastBuildDate>Fri, 03 Sep 2010 15:05:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Database Options</title>
		<link>http://www.the-arm.com/2009/04/database-options/</link>
		<comments>http://www.the-arm.com/2009/04/database-options/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 13:17:58 +0000</pubDate>
		<dc:creator>toni</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[column oriented]]></category>
		<category><![CDATA[couchDB]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[DBA]]></category>
		<category><![CDATA[document oriented]]></category>
		<category><![CDATA[erlang]]></category>
		<category><![CDATA[rest]]></category>

		<guid isPermaLink="false">http://www.the-arm.com/?p=389</guid>
		<description><![CDATA[I&#8217;ve been an ignorant for years, I&#8217;ve used hibernate, I&#8217;ve listened to DBAs, clients, architects and I&#8217;ve ignored all the persistence options available. My previous post was arguing the need of an RDMS, there are another two DB types missing from that list: Column Oriented Databases Document Oriented Databases Hadoop and MonetDB are two &#8220;popular&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been an ignorant for years, I&#8217;ve used hibernate, I&#8217;ve listened to DBAs, clients, architects and I&#8217;ve ignored all the persistence options available.</p>
<p><a href="http://www.the-arm.com/2009/03/do-you-really-need-an-rdms/">My previous post</a> was arguing the need of an RDMS, there are another two DB types missing from that list:</p>
<ul>
<li><a href="http://en.wikipedia.org/wiki/Column-oriented_DBMS">Column Oriented Databases</a></li>
<li><a href="http://en.wikipedia.org/wiki/Document-oriented_database">Document Oriented Databases</a></li>
</ul>
<p><a href="http://hadoop.apache.org/">Hadoop</a> and <a href="http://monetdb.cwi.nl/ ">MonetDB</a> are two &#8220;popular&#8221; Column Oriented Databases, the first one is modelled on the <a href="http://labs.google.com/papers/bigtable.html">Google BigTable whitepaper</a>, the second one claims to be the fastest opensource RDMS, I found throught its website a link to the <a href="http://www.tpc.org/">Transaction Processing Performance Council</a> page.</p>
<p>With not that much surprise on almost all the test of the TCP Oracle performs quite badly!</p>
<p>The more interesting database at the moment IMO is <a href="http://couchdb.apache.org/ ">CouchDB</a>, quoting from the home page:</p>
<blockquote><p>Apache CouchDB is a distributed, fault-tolerant and schema-free document-oriented database accessible via a RESTful HTTP/JSON API. Among other features, it provides robust, incremental replication with bi-directional conflict detection and resolution, and is queryable and indexable using a table-oriented view engine with JavaScript acting as the default view definition language.</p>
<p>CouchDB is written in <a href="http://erlang.org/">Erlang</a>, but can be easily accessed from any environment that provides means to make HTTP requests. There are a multitude of third-party client libraries that make this even easier for a variety of programming languages and environments.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.the-arm.com/2009/04/database-options/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
