<?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: An observation about database systems (relational and otherwise)</title>
	<atom:link href="http://wagnerblog.com/2006/07/an-observation-about-database-systems-relational-and-otherwise/feed/" rel="self" type="application/rss+xml" />
	<link>http://wagnerblog.com/2006/07/an-observation-about-database-systems-relational-and-otherwise/</link>
	<description>Development Ideas and Ramblings</description>
	<lastBuildDate>Tue, 14 Oct 2008 20:14:10 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stuart Stirling</title>
		<link>http://wagnerblog.com/2006/07/an-observation-about-database-systems-relational-and-otherwise/comment-page-1/#comment-397</link>
		<dc:creator>Stuart Stirling</dc:creator>
		<pubDate>Wed, 19 Dec 2007 04:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://wagnerblog.com/?p=642#comment-397</guid>
		<description>Hi, just wondering if I could get permission to use this image on my website? http://www.wagnerblog.com/images/Lemmings_20_28Fortean_20Times_29_small.jpg
Thanks and waiting for your reply.
Stuart</description>
		<content:encoded><![CDATA[<p>Hi, just wondering if I could get permission to use this image on my website? <a href="http://www.wagnerblog.com/images/Lemmings_20_28Fortean_20Times_29_small.jpg" rel="nofollow">http://www.wagnerblog.com/images/Lemmings_20_28Fortean_20Times_29_small.jpg</a><br />
Thanks and waiting for your reply.<br />
Stuart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Wagner</title>
		<link>http://wagnerblog.com/2006/07/an-observation-about-database-systems-relational-and-otherwise/comment-page-1/#comment-392</link>
		<dc:creator>Thomas Wagner</dc:creator>
		<pubDate>Fri, 07 Jul 2006 14:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://wagnerblog.com/?p=642#comment-392</guid>
		<description>Christof - of course I don&#039;t have an exact number of the RDBMS penetration in the world. Hence 99% is used as a methaphore to indicate &quot;a msjority&quot;. Its my oversight not to have noticed that you specialize in embedded systems. Of course your numbers make a lot of sense there. And that also means you have a darn interesting product for that space. It might be fun to create a project that mimicks what you describe - embedded on one end and server based on the other. Thanks for the feedback!</description>
		<content:encoded><![CDATA[<p>Christof &#8211; of course I don&#8217;t have an exact number of the RDBMS penetration in the world. Hence 99% is used as a methaphore to indicate &#8220;a msjority&#8221;. Its my oversight not to have noticed that you specialize in embedded systems. Of course your numbers make a lot of sense there. And that also means you have a darn interesting product for that space. It might be fun to create a project that mimicks what you describe &#8211; embedded on one end and server based on the other. Thanks for the feedback!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christof</title>
		<link>http://wagnerblog.com/2006/07/an-observation-about-database-systems-relational-and-otherwise/comment-page-1/#comment-393</link>
		<dc:creator>Christof</dc:creator>
		<pubDate>Thu, 06 Jul 2006 17:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://wagnerblog.com/?p=642#comment-393</guid>
		<description>&quot;99% of all data storage in this world is based on RDBMS systems.&quot;

I disagree.  Our market research in the embedded database space (storage being fully integrated with one&#039;s product or application) showed that 50% of the developers write their own database because RDBMS are not well suited for zero-admin usage.

Examples are Boeing&#039;s MMA aircraft, BMW&#039;s future car control system, Seagate&#039;s line of personal server products, the world market leader&#039;s photocopier system and many more.

Many developers are not familiar with this space - and many companies in this space do not talk about it a lot, because using a product like db4o is part of their competitive advantage.

Furthermore, now, with the availability of small footprint, super lean and easy to learn db4o as an embeddable OO persistence, people use storages where they just didn&#039;t use them before (or compromised on flexibility etc. by using flat file or serialization).

Examples are pharmaceutical companies, that cache their scientific object models on clients, because it is too slow to retrieve data from a central server.  Or mobile enterprise solutions of partially connected devices (doorstep delivery systems).  And so on.

With this powerful tool, forward-thinking developers can build more feature-rich products, more performant products, and refactor more easily.

I agree, RDBMS are very strong in server-centric environments, but they do a poor job in distributed, client-centric persistence scenarios.  Together with db4o&#039;s object-to-relational replication system (dRS), based on Hibernate, we bring the best of these worlds together.

Having said all this, obviously, I totally agree with your analysis about the trends of data access.

Christof, db4objects, Inc.</description>
		<content:encoded><![CDATA[<p>&#8220;99% of all data storage in this world is based on RDBMS systems.&#8221;</p>
<p>I disagree.  Our market research in the embedded database space (storage being fully integrated with one&#8217;s product or application) showed that 50% of the developers write their own database because RDBMS are not well suited for zero-admin usage.</p>
<p>Examples are Boeing&#8217;s MMA aircraft, BMW&#8217;s future car control system, Seagate&#8217;s line of personal server products, the world market leader&#8217;s photocopier system and many more.</p>
<p>Many developers are not familiar with this space &#8211; and many companies in this space do not talk about it a lot, because using a product like db4o is part of their competitive advantage.</p>
<p>Furthermore, now, with the availability of small footprint, super lean and easy to learn db4o as an embeddable OO persistence, people use storages where they just didn&#8217;t use them before (or compromised on flexibility etc. by using flat file or serialization).</p>
<p>Examples are pharmaceutical companies, that cache their scientific object models on clients, because it is too slow to retrieve data from a central server.  Or mobile enterprise solutions of partially connected devices (doorstep delivery systems).  And so on.</p>
<p>With this powerful tool, forward-thinking developers can build more feature-rich products, more performant products, and refactor more easily.</p>
<p>I agree, RDBMS are very strong in server-centric environments, but they do a poor job in distributed, client-centric persistence scenarios.  Together with db4o&#8217;s object-to-relational replication system (dRS), based on Hibernate, we bring the best of these worlds together.</p>
<p>Having said all this, obviously, I totally agree with your analysis about the trends of data access.</p>
<p>Christof, db4objects, Inc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Haley</title>
		<link>http://wagnerblog.com/2006/07/an-observation-about-database-systems-relational-and-otherwise/comment-page-1/#comment-394</link>
		<dc:creator>Jason Haley</dc:creator>
		<pubDate>Wed, 05 Jul 2006 13:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://wagnerblog.com/?p=642#comment-394</guid>
		<description>&lt;strong&gt;Interesting Finds: July 5, 2006&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p><strong>Interesting Finds: July 5, 2006</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haacked</title>
		<link>http://wagnerblog.com/2006/07/an-observation-about-database-systems-relational-and-otherwise/comment-page-1/#comment-395</link>
		<dc:creator>Haacked</dc:creator>
		<pubDate>Tue, 04 Jul 2006 21:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://wagnerblog.com/?p=642#comment-395</guid>
		<description>Not to mention that the data organizational principles change even less, if at all.  Regardless of the data storage technology, the abstract concept of how to organize data (normalized relational form) is founded on firm mathematical ground.  So it&#039;s not like we&#039;ll see dramatic improvements to the 3rd or 5th normal form (6th normal form anyone?).

However, that&#039;s not to say some new mathematical structure can&#039;t be found, but if it were, it would be a paradigm shift and represent something truly new.</description>
		<content:encoded><![CDATA[<p>Not to mention that the data organizational principles change even less, if at all.  Regardless of the data storage technology, the abstract concept of how to organize data (normalized relational form) is founded on firm mathematical ground.  So it&#8217;s not like we&#8217;ll see dramatic improvements to the 3rd or 5th normal form (6th normal form anyone?).</p>
<p>However, that&#8217;s not to say some new mathematical structure can&#8217;t be found, but if it were, it would be a paradigm shift and represent something truly new.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
