<?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: Initial reactions to IBM acquiring SPSS</title>
	<atom:link href="http://www.dbms2.com/2009/07/28/initial-reactions-to-ibm-acquiring-spss/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbms2.com/2009/07/28/initial-reactions-to-ibm-acquiring-spss/</link>
	<description>Choices in data management and analysis</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:57:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
	<item>
		<title>By: Historical notes on analytics &#8212; terminology &#124; Software Memories</title>
		<link>http://www.dbms2.com/2009/07/28/initial-reactions-to-ibm-acquiring-spss/#comment-277443</link>
		<dc:creator>Historical notes on analytics &#8212; terminology &#124; Software Memories</dc:creator>
		<pubDate>Tue, 17 Jan 2012 08:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=846#comment-277443</guid>
		<description>[...] Anything in the predictive analytics area (but see the first point in a 2009 SPSS post). [...]</description>
		<content:encoded><![CDATA[<p>[...] Anything in the predictive analytics area (but see the first point in a 2009 SPSS post). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: It&#8217;s On: IBM Acquires SPSS &#171; Market Strategies for IT Suppliers</title>
		<link>http://www.dbms2.com/2009/07/28/initial-reactions-to-ibm-acquiring-spss/#comment-133696</link>
		<dc:creator>It&#8217;s On: IBM Acquires SPSS &#171; Market Strategies for IT Suppliers</dc:creator>
		<pubDate>Mon, 03 Aug 2009 02:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=846#comment-133696</guid>
		<description>[...] and integrate customized functionality with R and Python in any module.&#8221; Curt Monash has pointed out that SPSS is much more SQL-friendly than SAS. Why does that matter? In the DBMS space, a key current [...]</description>
		<content:encoded><![CDATA[<p>[...] and integrate customized functionality with R and Python in any module.&#8221; Curt Monash has pointed out that SPSS is much more SQL-friendly than SAS. Why does that matter? In the DBMS space, a key current [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RC</title>
		<link>http://www.dbms2.com/2009/07/28/initial-reactions-to-ibm-acquiring-spss/#comment-133196</link>
		<dc:creator>RC</dc:creator>
		<pubDate>Wed, 29 Jul 2009 18:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=846#comment-133196</guid>
		<description>Oracle has already bought so many companies, it can&#039;t go on and on.</description>
		<content:encoded><![CDATA[<p>Oracle has already bought so many companies, it can&#8217;t go on and on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Fox</title>
		<link>http://www.dbms2.com/2009/07/28/initial-reactions-to-ibm-acquiring-spss/#comment-133171</link>
		<dc:creator>Shawn Fox</dc:creator>
		<pubDate>Wed, 29 Jul 2009 16:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=846#comment-133171</guid>
		<description>I have no experience with SPSS but I constantly see SAS trying to pull a full copies of huge tables out of the database to perform some operation on it.

Maybe the SAS/Teradata integration reduces that quite a bit on Teradata, but with other databases I have a lot of doubt as to how good of a job SAS does at pushing analysis into the database instead of pulling all the data out to run the analysis on the SAS server itself.</description>
		<content:encoded><![CDATA[<p>I have no experience with SPSS but I constantly see SAS trying to pull a full copies of huge tables out of the database to perform some operation on it.</p>
<p>Maybe the SAS/Teradata integration reduces that quite a bit on Teradata, but with other databases I have a lot of doubt as to how good of a job SAS does at pushing analysis into the database instead of pulling all the data out to run the analysis on the SAS server itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy Bayes</title>
		<link>http://www.dbms2.com/2009/07/28/initial-reactions-to-ibm-acquiring-spss/#comment-133048</link>
		<dc:creator>Guy Bayes</dc:creator>
		<pubDate>Tue, 28 Jul 2009 21:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=846#comment-133048</guid>
		<description>SAS can be pretty sophisticated in the way it issues SQL selects the RDBMS, has a sort of pushdown optimization capability similar to informatica. However there is no doubt that SAS has a tendency to pull data down into work areas to sort and process it, that is certainly true.
 
Whether SPSS has that same tendency, I do not know but I would not be surprised if it does. Any external engine is going to have to stream the data from the RDBMS through the engine somehow, and once it is streaming, it will find advantage in locally cacheing. Even Informatica does this.

SAS also has a feature where entire enterprise miner (EM) graphs can be exported and recompiled as UDF&#039;s, run natively inside Teradata. At this point, all execution should happen inside Teradata. However, to get this to work, you have to be using EM against only teradata sources.</description>
		<content:encoded><![CDATA[<p>SAS can be pretty sophisticated in the way it issues SQL selects the RDBMS, has a sort of pushdown optimization capability similar to informatica. However there is no doubt that SAS has a tendency to pull data down into work areas to sort and process it, that is certainly true.</p>
<p>Whether SPSS has that same tendency, I do not know but I would not be surprised if it does. Any external engine is going to have to stream the data from the RDBMS through the engine somehow, and once it is streaming, it will find advantage in locally cacheing. Even Informatica does this.</p>
<p>SAS also has a feature where entire enterprise miner (EM) graphs can be exported and recompiled as UDF&#8217;s, run natively inside Teradata. At this point, all execution should happen inside Teradata. However, to get this to work, you have to be using EM against only teradata sources.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curt Monash</title>
		<link>http://www.dbms2.com/2009/07/28/initial-reactions-to-ibm-acquiring-spss/#comment-133046</link>
		<dc:creator>Curt Monash</dc:creator>
		<pubDate>Tue, 28 Jul 2009 20:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=846#comment-133046</guid>
		<description>My sense is that SPSS just naturally relies on the database manager to get it data, while SAS prefers one to do extracts into its own proprietary data format first.

Am I wrong in that?

CAM</description>
		<content:encoded><![CDATA[<p>My sense is that SPSS just naturally relies on the database manager to get it data, while SAS prefers one to do extracts into its own proprietary data format first.</p>
<p>Am I wrong in that?</p>
<p>CAM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bence Arató</title>
		<link>http://www.dbms2.com/2009/07/28/initial-reactions-to-ibm-acquiring-spss/#comment-133045</link>
		<dc:creator>Bence Arató</dc:creator>
		<pubDate>Tue, 28 Jul 2009 20:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=846#comment-133045</guid>
		<description>Kurt, I&#039;m somewhat surprised at your point of SPSS being more SQL-oriented than SAS. 

I feel that actually SAS has the edge now in the 
area of in-database mining with its Teradata integration and shared development. SPSS could use and does benefit from the Oracle Data Mining option, but this is a combination which rarely used.</description>
		<content:encoded><![CDATA[<p>Kurt, I&#8217;m somewhat surprised at your point of SPSS being more SQL-oriented than SAS. </p>
<p>I feel that actually SAS has the edge now in the<br />
area of in-database mining with its Teradata integration and shared development. SPSS could use and does benefit from the Oracle Data Mining option, but this is a combination which rarely used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerome Pineau</title>
		<link>http://www.dbms2.com/2009/07/28/initial-reactions-to-ibm-acquiring-spss/#comment-133038</link>
		<dc:creator>Jerome Pineau</dc:creator>
		<pubDate>Tue, 28 Jul 2009 18:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=846#comment-133038</guid>
		<description>@Curt: &quot;I feel another “Future of … ” post coming on.&quot;

I started the thread on my blog :) 

Thanks for taking that task up I think it&#039;s an area that&#039;s been perhaps underserved for a while and I look forward to your insight on that issue!</description>
		<content:encoded><![CDATA[<p>@Curt: &#8220;I feel another “Future of … ” post coming on.&#8221;</p>
<p>I started the thread on my blog <img src='http://www.dbms2.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>Thanks for taking that task up I think it&#8217;s an area that&#8217;s been perhaps underserved for a while and I look forward to your insight on that issue!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

