<?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: Beyond the RDBMS</title>
	<atom:link href="http://spatialgalaxy.net/2008/01/31/beyond-the-rdbms/feed/" rel="self" type="application/rss+xml" />
	<link>http://spatialgalaxy.net/2008/01/31/beyond-the-rdbms/</link>
	<description>Exploring the Realms of GIS</description>
	<lastBuildDate>Sat, 04 Feb 2012 13:44:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Martin Davis</title>
		<link>http://spatialgalaxy.net/2008/01/31/beyond-the-rdbms/comment-page-1/#comment-27725</link>
		<dc:creator>Martin Davis</dc:creator>
		<pubDate>Tue, 25 Mar 2008 17:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://spatialgalaxy.net/2008/01/31/beyond-the-rdbms/#comment-27725</guid>
		<description>Yeah, I noticed that line in the paper as well.  Like you, seeing such a glaring error caused a few cracks in my faith in Stonebraker the DB guru.  Maybe as Sean and Peter suggest this is really actually such a deep abstraction that the actual semantic details don&#039;t matter.  I&#039;m not so sure... my suspicion is that Stonebraker et al are so busy focussing on their core research that they don&#039;t actually get a chance to really figure out how all this fluffy real-world messiness actually works!

This isn&#039;t the only crack in the facade - see the recent MapReduce-critique kerfluffle for a much bigger example.

However, in spite of all this what Stonebraker says makes a lot of sense to me.  The really interesting question is whether the &quot;traditional&quot; RDB platforms will simply be able to adapt to meet these new paradigms, or whether this creates an opportunity for new DB vendors to rise.  Seeing how the whole object-relational thing played out, my money is on the former.

By the way, another application area which seems to be calling for a new kind of database architecture is - rasters!  But that&#039;s another blog post...</description>
		<content:encoded><![CDATA[<p>Yeah, I noticed that line in the paper as well.  Like you, seeing such a glaring error caused a few cracks in my faith in Stonebraker the DB guru.  Maybe as Sean and Peter suggest this is really actually such a deep abstraction that the actual semantic details don&#8217;t matter.  I&#8217;m not so sure&#8230; my suspicion is that Stonebraker et al are so busy focussing on their core research that they don&#8217;t actually get a chance to really figure out how all this fluffy real-world messiness actually works!</p>
<p>This isn&#8217;t the only crack in the facade &#8211; see the recent MapReduce-critique kerfluffle for a much bigger example.</p>
<p>However, in spite of all this what Stonebraker says makes a lot of sense to me.  The really interesting question is whether the &#8220;traditional&#8221; RDB platforms will simply be able to adapt to meet these new paradigms, or whether this creates an opportunity for new DB vendors to rise.  Seeing how the whole object-relational thing played out, my money is on the former.</p>
<p>By the way, another application area which seems to be calling for a new kind of database architecture is &#8211; rasters!  But that&#8217;s another blog post&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Sherman</title>
		<link>http://spatialgalaxy.net/2008/01/31/beyond-the-rdbms/comment-page-1/#comment-23144</link>
		<dc:creator>Gary Sherman</dc:creator>
		<pubDate>Mon, 04 Feb 2008 02:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://spatialgalaxy.net/2008/01/31/beyond-the-rdbms/#comment-23144</guid>
		<description>Perhaps, but to a code-head like me &quot;compiles&quot; conjures up a very specific image. Maybe it&#039;s an issue of semantics or a poor choice of words.</description>
		<content:encoded><![CDATA[<p>Perhaps, but to a code-head like me &#8220;compiles&#8221; conjures up a very specific image. Maybe it&#8217;s an issue of semantics or a poor choice of words.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Batty</title>
		<link>http://spatialgalaxy.net/2008/01/31/beyond-the-rdbms/comment-page-1/#comment-23141</link>
		<dc:creator>Peter Batty</dc:creator>
		<pubDate>Mon, 04 Feb 2008 01:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://spatialgalaxy.net/2008/01/31/beyond-the-rdbms/#comment-23141</guid>
		<description>My interpretation is that they are just talking about the database abstraction layer, and are saying that you can express access to the database using a higher level object based approach, then the system &quot;compiles&quot; that down to the lower level semantics of JDBC-type access. Or in other words, in your application you don&#039;t have to think in terms of raw SQL statements, Rails takes care of converting higher level constructs into SQL statements for you. Overall I thought the paper was very interesting, am writing some further thoughts on my blog at the moment.</description>
		<content:encoded><![CDATA[<p>My interpretation is that they are just talking about the database abstraction layer, and are saying that you can express access to the database using a higher level object based approach, then the system &#8220;compiles&#8221; that down to the lower level semantics of JDBC-type access. Or in other words, in your application you don&#8217;t have to think in terms of raw SQL statements, Rails takes care of converting higher level constructs into SQL statements for you. Overall I thought the paper was very interesting, am writing some further thoughts on my blog at the moment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Gillies</title>
		<link>http://spatialgalaxy.net/2008/01/31/beyond-the-rdbms/comment-page-1/#comment-23014</link>
		<dc:creator>Sean Gillies</dc:creator>
		<pubDate>Fri, 01 Feb 2008 14:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://spatialgalaxy.net/2008/01/31/beyond-the-rdbms/#comment-23014</guid>
		<description>I hadn&#039;t read that paper, but went back and they do actually say that. I wonder if it isn&#039;t academic CS lingo for &quot;code using the same patterns as JDBC is found underneath all the Rails abstractions&quot;?</description>
		<content:encoded><![CDATA[<p>I hadn&#8217;t read that paper, but went back and they do actually say that. I wonder if it isn&#8217;t academic CS lingo for &#8220;code using the same patterns as JDBC is found underneath all the Rails abstractions&#8221;?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

