<?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: Interview with Mike Stonebraker</title>
	<atom:link href="http://www.rittmanmead.com/2008/12/15/interview-with-mike-stonebraker/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rittmanmead.com/2008/12/15/interview-with-mike-stonebraker/</link>
	<description>Delivered Intelligence</description>
	<lastBuildDate>Fri, 30 Jul 2010 17:54:00 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Paramjeet Singh</title>
		<link>http://www.rittmanmead.com/2008/12/15/interview-with-mike-stonebraker/comment-page-1/#comment-7684</link>
		<dc:creator>Paramjeet Singh</dc:creator>
		<pubDate>Mon, 12 Jan 2009 13:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.rittmanmead.com/2008/12/13/interview-with-mike-stonebraker/#comment-7684</guid>
		<description>Hi,

An interesting interview indeed. 

I am yet to compare what Mike Stonebraker just said, with corressponding points from Oracle.
Let me search oracle&#039;s answer to this.

A few years ago Ant-DB claimed it was 3 times faster than Oracle (leave aside sybase, SQL server etc), Around 4 years have passed snice I heard that and I am yet to see their installations around.

CUIL also says they can overapower google.

They say, Reality is stranger than fiction.
Let&#039;s wait and watch.

At the same time, I have full confidence in Mike Stonebraker&#039;s capabilities too (having seen his last 25 yrs career track).

Cheers!

Param
send2param@yahoo.com</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>An interesting interview indeed. </p>
<p>I am yet to compare what Mike Stonebraker just said, with corressponding points from Oracle.<br />
Let me search oracle&#8217;s answer to this.</p>
<p>A few years ago Ant-DB claimed it was 3 times faster than Oracle (leave aside sybase, SQL server etc), Around 4 years have passed snice I heard that and I am yet to see their installations around.</p>
<p>CUIL also says they can overapower google.</p>
<p>They say, Reality is stranger than fiction.<br />
Let&#8217;s wait and watch.</p>
<p>At the same time, I have full confidence in Mike Stonebraker&#8217;s capabilities too (having seen his last 25 yrs career track).</p>
<p>Cheers!</p>
<p>Param<br />
<a href="mailto:send2param@yahoo.com">send2param@yahoo.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Abadi</title>
		<link>http://www.rittmanmead.com/2008/12/15/interview-with-mike-stonebraker/comment-page-1/#comment-7395</link>
		<dc:creator>Daniel Abadi</dc:creator>
		<pubDate>Mon, 29 Dec 2008 15:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.rittmanmead.com/2008/12/13/interview-with-mike-stonebraker/#comment-7395</guid>
		<description>It is a common misconception that column-stores are the same thing as as vertically partitioning a row-store like Oracle. See my blog post:  

http://www.databasecolumn.com/2008/07/debunking-another-myth-columns.html

that debunks this myth.

Daniel Abadi
Assistant Professor
Yale University</description>
		<content:encoded><![CDATA[<p>It is a common misconception that column-stores are the same thing as as vertically partitioning a row-store like Oracle. See my blog post:  </p>
<p><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>
<p>that debunks this myth.</p>
<p>Daniel Abadi<br />
Assistant Professor<br />
Yale University</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Aldridge</title>
		<link>http://www.rittmanmead.com/2008/12/15/interview-with-mike-stonebraker/comment-page-1/#comment-6911</link>
		<dc:creator>David Aldridge</dc:creator>
		<pubDate>Wed, 17 Dec 2008 14:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.rittmanmead.com/2008/12/13/interview-with-mike-stonebraker/#comment-6911</guid>
		<description>I think that vertical partitioning is probably most similar to Vertica, but a better technique in Oracle is to provision the system with one or more materialized views that have a subset of fact table columns. I made a comment about that on a previous posting -- I think it was about experiences I&#039;d had with Siebel Analytics.

Mike Stonebraker&#039;s point that it is more efficient to query a table of 3 commonly used columns instead of projecting them from a table of all 200 columns is undeniably true, however as Oracle practitioners we do not have to accept a scan of a 200 column table as our only choice. We have the tools at hand to define skinny tables and aggregate tables (and combinations of both using HOLAP MV&#039;s or OLAP MVs) that allow the optimizer to choose which one to query. The tables compress better, of course, and for single columns we can also provision extremely fast bitmap indexes.

So while Vertica tackles this particular problem, Oracle has its own solution for exactly that same problem.

I recall about 6 years ago that the business management at the organisation I was working for approached us, the technical team, with a proposition from a company that provided an indexing middle-tier between applications and Oracle data warehouses. Their major selling point was the acceleration of queries based on single columns -- &quot;count 60 million rows in two seconds!&quot; ... &quot;add 100 million rows in 20 seconds!&quot; ... that sort of thing. In every case we were able to provide comparisons with real world performance benchmarks from our Oracle 9i system based simply on bitmap indexes or other common techniques.

I&#039;m afraid that I see Vertica as something of a similar one-trick pony, and I haven&#039;t seen any advertised capabilities that would not be more simply implemented within Oracle. I wonder whether in any of the cases that are quoted in favour of Vertica&#039;s performance gains, were any attempts made to use Oracle to match those improvements by using these techniques?</description>
		<content:encoded><![CDATA[<p>I think that vertical partitioning is probably most similar to Vertica, but a better technique in Oracle is to provision the system with one or more materialized views that have a subset of fact table columns. I made a comment about that on a previous posting &#8212; I think it was about experiences I&#8217;d had with Siebel Analytics.</p>
<p>Mike Stonebraker&#8217;s point that it is more efficient to query a table of 3 commonly used columns instead of projecting them from a table of all 200 columns is undeniably true, however as Oracle practitioners we do not have to accept a scan of a 200 column table as our only choice. We have the tools at hand to define skinny tables and aggregate tables (and combinations of both using HOLAP MV&#8217;s or OLAP MVs) that allow the optimizer to choose which one to query. The tables compress better, of course, and for single columns we can also provision extremely fast bitmap indexes.</p>
<p>So while Vertica tackles this particular problem, Oracle has its own solution for exactly that same problem.</p>
<p>I recall about 6 years ago that the business management at the organisation I was working for approached us, the technical team, with a proposition from a company that provided an indexing middle-tier between applications and Oracle data warehouses. Their major selling point was the acceleration of queries based on single columns &#8212; &#8220;count 60 million rows in two seconds!&#8221; &#8230; &#8220;add 100 million rows in 20 seconds!&#8221; &#8230; that sort of thing. In every case we were able to provide comparisons with real world performance benchmarks from our Oracle 9i system based simply on bitmap indexes or other common techniques.</p>
<p>I&#8217;m afraid that I see Vertica as something of a similar one-trick pony, and I haven&#8217;t seen any advertised capabilities that would not be more simply implemented within Oracle. I wonder whether in any of the cases that are quoted in favour of Vertica&#8217;s performance gains, were any attempts made to use Oracle to match those improvements by using these techniques?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas GERARD</title>
		<link>http://www.rittmanmead.com/2008/12/15/interview-with-mike-stonebraker/comment-page-1/#comment-6902</link>
		<dc:creator>Nicolas GERARD</dc:creator>
		<pubDate>Wed, 17 Dec 2008 09:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.rittmanmead.com/2008/12/13/interview-with-mike-stonebraker/#comment-6902</guid>
		<description>Very great article. I&#039;m a beginner in this area and I enjoy everyday to read your team.

The column storage is a great idea but I don&#039;t have until now the chance to try it.

In the same domain, you have also the &quot;vertical partitionning&quot; which is a solution for the same problem (more than 400 column in the fact table for only a few used). 
http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1277688700346608142

Happy Christmas</description>
		<content:encoded><![CDATA[<p>Very great article. I&#8217;m a beginner in this area and I enjoy everyday to read your team.</p>
<p>The column storage is a great idea but I don&#8217;t have until now the chance to try it.</p>
<p>In the same domain, you have also the &#8220;vertical partitionning&#8221; which is a solution for the same problem (more than 400 column in the fact table for only a few used).<br />
<a href="http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1277688700346608142" rel="nofollow">http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1277688700346608142</a></p>
<p>Happy Christmas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Ward</title>
		<link>http://www.rittmanmead.com/2008/12/15/interview-with-mike-stonebraker/comment-page-1/#comment-6864</link>
		<dc:creator>Adrian Ward</dc:creator>
		<pubDate>Tue, 16 Dec 2008 11:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.rittmanmead.com/2008/12/13/interview-with-mike-stonebraker/#comment-6864</guid>
		<description>Very interesting, I&#039;d like to see it in action.

We see from the widespread use of Microsoft, and Oracle that standardisation is a secret to success.  It does not have to be the best solution, there are other factors which come into play - Support, development costs, skills base, ease of use, etc.  
Oracle have been giving away the software for free, to help developers understand it, and there is a huge skills base, with mountains of books to read - How does a new db on the block compete with this?</description>
		<content:encoded><![CDATA[<p>Very interesting, I&#8217;d like to see it in action.</p>
<p>We see from the widespread use of Microsoft, and Oracle that standardisation is a secret to success.  It does not have to be the best solution, there are other factors which come into play &#8211; Support, development costs, skills base, ease of use, etc.<br />
Oracle have been giving away the software for free, to help developers understand it, and there is a huge skills base, with mountains of books to read &#8211; How does a new db on the block compete with this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sidhu</title>
		<link>http://www.rittmanmead.com/2008/12/15/interview-with-mike-stonebraker/comment-page-1/#comment-6854</link>
		<dc:creator>Sidhu</dc:creator>
		<pubDate>Tue, 16 Dec 2008 02:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.rittmanmead.com/2008/12/13/interview-with-mike-stonebraker/#comment-6854</guid>
		<description>Thanks Mark

Nice one !</description>
		<content:encoded><![CDATA[<p>Thanks Mark</p>
<p>Nice one !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
