<?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: Other early coverage of Microsoft/DATAllegro</title>
	<atom:link href="http://www.dbms2.com/2008/07/24/other-early-coverage-of-microsoftdatallegro/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbms2.com/2008/07/24/other-early-coverage-of-microsoftdatallegro/</link>
	<description>Choices in data management and analysis</description>
	<lastBuildDate>Fri, 05 Feb 2010 04:25:37 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Microsoft покупает DATAllegro &#124; Техноблог Войцеховского Максима</title>
		<link>http://www.dbms2.com/2008/07/24/other-early-coverage-of-microsoftdatallegro/comment-page-1/#comment-106200</link>
		<dc:creator>Microsoft покупает DATAllegro &#124; Техноблог Войцеховского Максима</dc:creator>
		<pubDate>Sat, 03 Jan 2009 21:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=472#comment-106200</guid>
		<description>[...] На мой взгляд пока как то незаметно в российском инете прошло достаточно важно событие – Microsoft объявил о покупке DATAllegro. Оригинальный пресс-релиз можно почитать вот тут вот - Microsoft to Acquire DATAllegro (Leaders in data warehousing team to provide large-scale business intelligence solutions.)&#160;Первую реакцию на данное событие можно почитать вот тут вот - Other early coverage of Microsoft/DATAllegro. [...]</description>
		<content:encoded><![CDATA[<p>[...] На мой взгляд пока как то незаметно в российском инете прошло достаточно важно событие – Microsoft объявил о покупке DATAllegro. Оригинальный пресс-релиз можно почитать вот тут вот &#8211; Microsoft to Acquire DATAllegro (Leaders in data warehousing team to provide large-scale business intelligence solutions.)&#160;Первую реакцию на данное событие можно почитать вот тут вот &#8211; Other early coverage of Microsoft/DATAllegro. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil Raden</title>
		<link>http://www.dbms2.com/2008/07/24/other-early-coverage-of-microsoftdatallegro/comment-page-1/#comment-92298</link>
		<dc:creator>Neil Raden</dc:creator>
		<pubDate>Thu, 31 Jul 2008 17:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=472#comment-92298</guid>
		<description>Curt,

I agree with all of that, including points A and B above. In fact, I wrote a white paper about it last year. I do believe, however, that some vendors are working, and have been working, very hard to come up with more durable optimizers to deal with mixed workloads. In the meantime, they must, as you say, make limiting assumptions. I&#039;m not sure there is an alternative, really, it&#039;s just the degree of limiting involved. 

Sanjay&#039;s point is well-taken. M-P&#039;ing SQL Server isn&#039;t going to address this problem. I suspect there is more to this than we&#039;ve heard so far. When IBM brought out the SP2, we were pretty hopeful since DB2 had a pretty good optimizer (compared to its competition) and so did Informix, but we never got the performance we hoped for. Far from it. 

Any fool can build a 100Tb data warehouse, and many have. It isn&#039;t hard to throw a hundred processors at it and get &quot;linear&quot; scale up, so long as you don&#039;t run more than one query at a time. But getting something like that to perform in a real operation, with bursty, bunched up and mixed query types is an NP hard problem.</description>
		<content:encoded><![CDATA[<p>Curt,</p>
<p>I agree with all of that, including points A and B above. In fact, I wrote a white paper about it last year. I do believe, however, that some vendors are working, and have been working, very hard to come up with more durable optimizers to deal with mixed workloads. In the meantime, they must, as you say, make limiting assumptions. I&#8217;m not sure there is an alternative, really, it&#8217;s just the degree of limiting involved. </p>
<p>Sanjay&#8217;s point is well-taken. M-P&#8217;ing SQL Server isn&#8217;t going to address this problem. I suspect there is more to this than we&#8217;ve heard so far. When IBM brought out the SP2, we were pretty hopeful since DB2 had a pretty good optimizer (compared to its competition) and so did Informix, but we never got the performance we hoped for. Far from it. </p>
<p>Any fool can build a 100Tb data warehouse, and many have. It isn&#8217;t hard to throw a hundred processors at it and get &#8220;linear&#8221; scale up, so long as you don&#8217;t run more than one query at a time. But getting something like that to perform in a real operation, with bursty, bunched up and mixed query types is an NP hard problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curt Monash</title>
		<link>http://www.dbms2.com/2008/07/24/other-early-coverage-of-microsoftdatallegro/comment-page-1/#comment-92272</link>
		<dc:creator>Curt Monash</dc:creator>
		<pubDate>Wed, 30 Jul 2008 23:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=472#comment-92272</guid>
		<description>Sanjay,

I agree with much more of that than I disagree with.  Most of the Very Large warehouses tend to actually be data marts, simpler than some of the smaller ones. So being able to perform decently at a low price on a typical 100 TB+ &quot;data warehouse&quot; is no proof of ability to perform well on all 2-5 TB warehouses.

I don&#039;t know of any data warehouse product that seems to truly be optimized for general, complex queries.  Instead, they use one or both of two main techniques:

A.  Making limiting assumptions about the nature of the queries, and exploiting those for great performance.

B.  Striving to be superfast on the more elementary queries complex ones ultimately decompose to, and hoping this ripples through to decent performance on everything the user needs.</description>
		<content:encoded><![CDATA[<p>Sanjay,</p>
<p>I agree with much more of that than I disagree with.  Most of the Very Large warehouses tend to actually be data marts, simpler than some of the smaller ones. So being able to perform decently at a low price on a typical 100 TB+ &#8220;data warehouse&#8221; is no proof of ability to perform well on all 2-5 TB warehouses.</p>
<p>I don&#8217;t know of any data warehouse product that seems to truly be optimized for general, complex queries.  Instead, they use one or both of two main techniques:</p>
<p>A.  Making limiting assumptions about the nature of the queries, and exploiting those for great performance.</p>
<p>B.  Striving to be superfast on the more elementary queries complex ones ultimately decompose to, and hoping this ripples through to decent performance on everything the user needs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjay</title>
		<link>http://www.dbms2.com/2008/07/24/other-early-coverage-of-microsoftdatallegro/comment-page-1/#comment-92264</link>
		<dc:creator>Sanjay</dc:creator>
		<pubDate>Wed, 30 Jul 2008 18:47:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=472#comment-92264</guid>
		<description>Sometimes I just have to laugh at all these discussions that are so centered around volume my database is bigger than yours arguments.  A lot of times the limits you hit have very little to do with size.  Workload complexity is just as important a factor.  I have a Teradata database that if 4TB in size and we have spent an inordinate amount of time trying to tune this thing.  Some days we are lucky if our queries don&#039;t just time out.  And trust me we have had every expert on the planet look at this thing and tune it.  So I am not wetting my pants just yet because Microsoft is going MPP.  I have seen DatAllegro in action and yes it can load data exteremly fast but the software is so buggy and unstable that it couldn&#039;t even do some basic SQL well without crashing a few times.  Just changing the SQL Server architecture to MPP is not going to automatically elevate them into the first tier category.  Being able to load data x times faster doesn&#039;t mean a thing unless you have an excellent optimizer and super fast query performance and as I have already noted even top tier vendors like Teradata have trouble with sophisticated workloads.</description>
		<content:encoded><![CDATA[<p>Sometimes I just have to laugh at all these discussions that are so centered around volume my database is bigger than yours arguments.  A lot of times the limits you hit have very little to do with size.  Workload complexity is just as important a factor.  I have a Teradata database that if 4TB in size and we have spent an inordinate amount of time trying to tune this thing.  Some days we are lucky if our queries don&#8217;t just time out.  And trust me we have had every expert on the planet look at this thing and tune it.  So I am not wetting my pants just yet because Microsoft is going MPP.  I have seen DatAllegro in action and yes it can load data exteremly fast but the software is so buggy and unstable that it couldn&#8217;t even do some basic SQL well without crashing a few times.  Just changing the SQL Server architecture to MPP is not going to automatically elevate them into the first tier category.  Being able to load data x times faster doesn&#8217;t mean a thing unless you have an excellent optimizer and super fast query performance and as I have already noted even top tier vendors like Teradata have trouble with sophisticated workloads.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curt Monash</title>
		<link>http://www.dbms2.com/2008/07/24/other-early-coverage-of-microsoftdatallegro/comment-page-1/#comment-92240</link>
		<dc:creator>Curt Monash</dc:creator>
		<pubDate>Wed, 30 Jul 2008 06:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=472#comment-92240</guid>
		<description>Neil,

First you say that nobody&#039;s debating SMP vs. MPP any more, even though that&#039;s a major topic of this blog, which sort of equates to you calling me a nobody.  Then you say you&#039;re not really talking about the technology after all, but rather &quot;practice&quot;, whatever that is that&#039;s separate from BI (and from things like data governance, which if I recall correctly you were also objecting to).

If you took the trouble to be remotely clear, I might or might not agree with your opinion. As matters stand, you&#039;re right -- I have no argument with what you&#039;re saying.  In fact, I&#039;ve wasted altogether too much time trying to puzzle it out.

CAM</description>
		<content:encoded><![CDATA[<p>Neil,</p>
<p>First you say that nobody&#8217;s debating SMP vs. MPP any more, even though that&#8217;s a major topic of this blog, which sort of equates to you calling me a nobody.  Then you say you&#8217;re not really talking about the technology after all, but rather &#8220;practice&#8221;, whatever that is that&#8217;s separate from BI (and from things like data governance, which if I recall correctly you were also objecting to).</p>
<p>If you took the trouble to be remotely clear, I might or might not agree with your opinion. As matters stand, you&#8217;re right &#8212; I have no argument with what you&#8217;re saying.  In fact, I&#8217;ve wasted altogether too much time trying to puzzle it out.</p>
<p>CAM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil Raden</title>
		<link>http://www.dbms2.com/2008/07/24/other-early-coverage-of-microsoftdatallegro/comment-page-1/#comment-92206</link>
		<dc:creator>Neil Raden</dc:creator>
		<pubDate>Wed, 30 Jul 2008 00:20:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=472#comment-92206</guid>
		<description>Curt,

So I&#039;ll interpret that as indicating you have no argument. Data warehousing is NOT becoming commoditized...because you said so. 

I&#039;ll look elsewhere for enlightenment. 

-NR</description>
		<content:encoded><![CDATA[<p>Curt,</p>
<p>So I&#8217;ll interpret that as indicating you have no argument. Data warehousing is NOT becoming commoditized&#8230;because you said so. </p>
<p>I&#8217;ll look elsewhere for enlightenment. </p>
<p>-NR</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curt Monash</title>
		<link>http://www.dbms2.com/2008/07/24/other-early-coverage-of-microsoftdatallegro/comment-page-1/#comment-92200</link>
		<dc:creator>Curt Monash</dc:creator>
		<pubDate>Tue, 29 Jul 2008 23:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=472#comment-92200</guid>
		<description>Neil,

Considering that your comments seem to be highly critical of, and also to mischaracterize, blogs like this one, I&#039;ll live at peace if you take some offense at my reply.

CAM</description>
		<content:encoded><![CDATA[<p>Neil,</p>
<p>Considering that your comments seem to be highly critical of, and also to mischaracterize, blogs like this one, I&#8217;ll live at peace if you take some offense at my reply.</p>
<p>CAM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil Raden</title>
		<link>http://www.dbms2.com/2008/07/24/other-early-coverage-of-microsoftdatallegro/comment-page-1/#comment-92155</link>
		<dc:creator>Neil Raden</dc:creator>
		<pubDate>Tue, 29 Jul 2008 16:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=472#comment-92155</guid>
		<description>Curt,

I don&#039;t know how to answer that question &quot;in any form.&quot; Perhaps there are peripheral forms I&#039;m not aware of. But I think I&#039;ve made myself abundantly clear. The practice of data warehousing is largely formulaic. I tried to draw the distinction between the industry and the practice in response to Phil&#039;s comments. Unfortunately, blogs that discuss the industry, not the practice, get undue attention. But then, so do reality shows. 

BI is its own big mess, I shouldn&#039;t have commingled the two. 

Also, I guess I take some offense at your use of the term &quot;complaining.&quot; 

-NR</description>
		<content:encoded><![CDATA[<p>Curt,</p>
<p>I don&#8217;t know how to answer that question &#8220;in any form.&#8221; Perhaps there are peripheral forms I&#8217;m not aware of. But I think I&#8217;ve made myself abundantly clear. The practice of data warehousing is largely formulaic. I tried to draw the distinction between the industry and the practice in response to Phil&#8217;s comments. Unfortunately, blogs that discuss the industry, not the practice, get undue attention. But then, so do reality shows. </p>
<p>BI is its own big mess, I shouldn&#8217;t have commingled the two. </p>
<p>Also, I guess I take some offense at your use of the term &#8220;complaining.&#8221; </p>
<p>-NR</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Блог Войцеховского Максима</title>
		<link>http://www.dbms2.com/2008/07/24/other-early-coverage-of-microsoftdatallegro/comment-page-1/#comment-92114</link>
		<dc:creator>Блог Войцеховского Максима</dc:creator>
		<pubDate>Tue, 29 Jul 2008 08:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=472#comment-92114</guid>
		<description>&lt;strong&gt;Microsoft покупает DATAllegro...&lt;/strong&gt;

На мой взгляд пока как то незаметно в российском инете прошло достаточно важно событие – Microsoft объявил...</description>
		<content:encoded><![CDATA[<p><strong>Microsoft покупает DATAllegro&#8230;</strong></p>
<p>На мой взгляд пока как то незаметно в российском инете прошло достаточно важно событие – Microsoft объявил&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curt Monash</title>
		<link>http://www.dbms2.com/2008/07/24/other-early-coverage-of-microsoftdatallegro/comment-page-1/#comment-92092</link>
		<dc:creator>Curt Monash</dc:creator>
		<pubDate>Tue, 29 Jul 2008 05:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=472#comment-92092</guid>
		<description>Neil,

Is it really data warehousing in any form that you&#039;re complaining about, or is it BI?

CAM</description>
		<content:encoded><![CDATA[<p>Neil,</p>
<p>Is it really data warehousing in any form that you&#8217;re complaining about, or is it BI?</p>
<p>CAM</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.208 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-02-05 02:11:47 -->
