<?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"
	>
<channel>
	<title>Comments on: PostgreSQL can be used in a lot of different ways</title>
	<atom:link href="http://www.dbms2.com/2008/03/06/postgresql-can-be-used-in-a-lot-of-different-ways/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbms2.com/2008/03/06/postgresql-can-be-used-in-a-lot-of-different-ways/</link>
	<description>Choices in data management and analysis</description>
	<pubDate>Fri, 16 May 2008 22:59:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Curt Monash</title>
		<link>http://www.dbms2.com/2008/03/06/postgresql-can-be-used-in-a-lot-of-different-ways/#comment-77801</link>
		<dc:creator>Curt Monash</dc:creator>
		<pubDate>Thu, 13 Mar 2008 21:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/2008/03/06/postgresql-can-be-used-in-a-lot-of-different-ways/#comment-77801</guid>
		<description>Seth,

I talked today with Andy Astor, CEO of EnterpriseDB, and he confirmed that your view of their plans is inaccurate.  Or maybe it's your view of Greenplum that in my opinion is inaccurate. It will be a looooong time before EnterpriseDB supports more than the occasional data warehouse with &gt;10 terabytes of user data. By way of contrast, the sweet spot of the data warehouse appliance market now is 5-30 Tb, and headed up quickly by another factor of 5.

Some vendors already aren't very competitive below 30-50 Tb or so.

CAM</description>
		<content:encoded><![CDATA[<p>Seth,</p>
<p>I talked today with Andy Astor, CEO of EnterpriseDB, and he confirmed that your view of their plans is inaccurate.  Or maybe it&#8217;s your view of Greenplum that in my opinion is inaccurate. It will be a looooong time before EnterpriseDB supports more than the occasional data warehouse with >10 terabytes of user data. By way of contrast, the sweet spot of the data warehouse appliance market now is 5-30 Tb, and headed up quickly by another factor of 5.</p>
<p>Some vendors already aren&#8217;t very competitive below 30-50 Tb or so.</p>
<p>CAM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Hilbert Madsen</title>
		<link>http://www.dbms2.com/2008/03/06/postgresql-can-be-used-in-a-lot-of-different-ways/#comment-77432</link>
		<dc:creator>Thomas Hilbert Madsen</dc:creator>
		<pubDate>Tue, 11 Mar 2008 11:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/2008/03/06/postgresql-can-be-used-in-a-lot-of-different-ways/#comment-77432</guid>
		<description>It is a very interesting market, with all the new rdbms popping up as an alternative to the old giant’s oracle/db2/mssql/sybase...

Though not all base their code on postgres.
We have 100% our own code base here at Scimore.com, with some intriguing features. E.g. horizontal scale out.

Anyone have an exhaustive list of the new rdbms up comers?

Regards, Thomas</description>
		<content:encoded><![CDATA[<p>It is a very interesting market, with all the new rdbms popping up as an alternative to the old giant’s oracle/db2/mssql/sybase&#8230;</p>
<p>Though not all base their code on postgres.<br />
We have 100% our own code base here at Scimore.com, with some intriguing features. E.g. horizontal scale out.</p>
<p>Anyone have an exhaustive list of the new rdbms up comers?</p>
<p>Regards, Thomas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curt Monash</title>
		<link>http://www.dbms2.com/2008/03/06/postgresql-can-be-used-in-a-lot-of-different-ways/#comment-77387</link>
		<dc:creator>Curt Monash</dc:creator>
		<pubDate>Tue, 11 Mar 2008 05:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/2008/03/06/postgresql-can-be-used-in-a-lot-of-different-ways/#comment-77387</guid>
		<description>Seth,

Please look at resources such as http://www.dbms2.com/2006/09/20/myths-datallegro-ingres-open-source/ or, perhaps even more to the point, Stuart Frost's second comment on http://www.dbms2.com/2006/07/03/datallegro%E2%80%99s-technical-strategy/

DATAllegro doesn't use the Ingres optimizer. DATAllegro query execution leaves Ingres multiple times during a typical query (because the Ingres instances run on single nodes only).  There is no Ingres subsystem to DATAllegro's software of which one can correctly say "Oh, Ingres is doing all the DBMSy parts, and what's around is something other than a DBMS." Any definition of "DBMS" under which Ingres is "the" DBMS on the DATAllegro appliance is not one I would endorse, and I suspect I'm in the large majority in using the term that way.

If it doesn't build and execute the query plans, it's not a DBMS to me.  Ingres doesn't do all of that for DATAllegro, so it's not the whole DBMS.

Is this now clearer?

Best,

CAM</description>
		<content:encoded><![CDATA[<p>Seth,</p>
<p>Please look at resources such as <a href="http://www.dbms2.com/2006/09/20/myths-datallegro-ingres-open-source/" rel="nofollow">http://www.dbms2.com/2006/09/20/myths-datallegro-ingres-open-source/</a> or, perhaps even more to the point, Stuart Frost&#8217;s second comment on <a href="http://www.dbms2.com/2006/07/03/datallegro%E2%80%99s-technical-strategy/" rel="nofollow">http://www.dbms2.com/2006/07/03/datallegro%E2%80%99s-technical-strategy/</a></p>
<p>DATAllegro doesn&#8217;t use the Ingres optimizer. DATAllegro query execution leaves Ingres multiple times during a typical query (because the Ingres instances run on single nodes only).  There is no Ingres subsystem to DATAllegro&#8217;s software of which one can correctly say &#8220;Oh, Ingres is doing all the DBMSy parts, and what&#8217;s around is something other than a DBMS.&#8221; Any definition of &#8220;DBMS&#8221; under which Ingres is &#8220;the&#8221; DBMS on the DATAllegro appliance is not one I would endorse, and I suspect I&#8217;m in the large majority in using the term that way.</p>
<p>If it doesn&#8217;t build and execute the query plans, it&#8217;s not a DBMS to me.  Ingres doesn&#8217;t do all of that for DATAllegro, so it&#8217;s not the whole DBMS.</p>
<p>Is this now clearer?</p>
<p>Best,</p>
<p>CAM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seth Grimes</title>
		<link>http://www.dbms2.com/2008/03/06/postgresql-can-be-used-in-a-lot-of-different-ways/#comment-77161</link>
		<dc:creator>Seth Grimes</dc:creator>
		<pubDate>Mon, 10 Mar 2008 02:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/2008/03/06/postgresql-can-be-used-in-a-lot-of-different-ways/#comment-77161</guid>
		<description>Look again at the DATAllegro technology?  

See http://datallegro.com/images/v3_node_large.jpg .  Ingres is the DBMS on the DATAllegro appliance.

According to a Feb 2007 press release, "DATAllegro has used the Ingres open source database in its data warehouse appliance since 2004": http://datallegro.com/pr/2_20_07_datallegro_ingres.asp .

Bizgres MPP is what Greenplum DB used to be called.  That's on all supported platforms: Linux and OSX in addition to Solaris.  The company changed the name of their only commercial product to match the company's own name.  The company actually used to be known as Metapa and their product was originally called Metapa Cluster Database.</description>
		<content:encoded><![CDATA[<p>Look again at the DATAllegro technology?  </p>
<p>See <a href="http://datallegro.com/images/v3_node_large.jpg" rel="nofollow">http://datallegro.com/images/v3_node_large.jpg</a> .  Ingres is the DBMS on the DATAllegro appliance.</p>
<p>According to a Feb 2007 press release, &#8220;DATAllegro has used the Ingres open source database in its data warehouse appliance since 2004&#8243;: <a href="http://datallegro.com/pr/2_20_07_datallegro_ingres.asp" rel="nofollow">http://datallegro.com/pr/2_20_07_datallegro_ingres.asp</a> .</p>
<p>Bizgres MPP is what Greenplum DB used to be called.  That&#8217;s on all supported platforms: Linux and OSX in addition to Solaris.  The company changed the name of their only commercial product to match the company&#8217;s own name.  The company actually used to be known as Metapa and their product was originally called Metapa Cluster Database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curt Monash</title>
		<link>http://www.dbms2.com/2008/03/06/postgresql-can-be-used-in-a-lot-of-different-ways/#comment-77145</link>
		<dc:creator>Curt Monash</dc:creator>
		<pubDate>Mon, 10 Mar 2008 01:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/2008/03/06/postgresql-can-be-used-in-a-lot-of-different-ways/#comment-77145</guid>
		<description>Seth,

Look again at the DATAllegro technology.

And when you say "formerly known a Bizgres MPP", are you talking about sales in conjunction with Sun, or something else?

Best,

CAM</description>
		<content:encoded><![CDATA[<p>Seth,</p>
<p>Look again at the DATAllegro technology.</p>
<p>And when you say &#8220;formerly known a Bizgres MPP&#8221;, are you talking about sales in conjunction with Sun, or something else?</p>
<p>Best,</p>
<p>CAM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seth Grimes</title>
		<link>http://www.dbms2.com/2008/03/06/postgresql-can-be-used-in-a-lot-of-different-ways/#comment-77069</link>
		<dc:creator>Seth Grimes</dc:creator>
		<pubDate>Sat, 08 Mar 2008 23:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/2008/03/06/postgresql-can-be-used-in-a-lot-of-different-ways/#comment-77069</guid>
		<description>Hello Curt.  A number of points --

- Netezza's DBMS is a PostgreSQL fork.

- DATAllegro, to be precise, is an appliance rather than a DBMS, and Ingres is the DBMS on the appliance.  Similarly, for precision's sake: Infobright has created an engine that plugs into the MySQL framework, essentially an alternative to the MyISAM engine, which was formerly the best choice for analytical work.

- Greenplum appears to be doing quite well, with significant growth in paid customers for their Greenplum DB (formerly known as Bizgres MPP).

- EnterpriseDB has some intentions of rivaling Greenplum as an enhancement of PostgreSQL for data warehousing.  They'd do this by integrating PostgreSQL MPP technology they acquired for ExtenDB last summer-fall.

- It of course would make sense for Vertica to "emulate" PostgreSQL given that Stonebraker was behind Postgres and is behind Vertica.  Vertica is a commercialization of the open-source academic project C-Store, just as Illustra was a commercialization of mid-'90s Postgres.

I'm almost ready to put (figurative) pen to paper and write up the report on "open source (based) data warehousing" that I've been talking about for 5-6 months now.</description>
		<content:encoded><![CDATA[<p>Hello Curt.  A number of points &#8211;</p>
<p>- Netezza&#8217;s DBMS is a PostgreSQL fork.</p>
<p>- DATAllegro, to be precise, is an appliance rather than a DBMS, and Ingres is the DBMS on the appliance.  Similarly, for precision&#8217;s sake: Infobright has created an engine that plugs into the MySQL framework, essentially an alternative to the MyISAM engine, which was formerly the best choice for analytical work.</p>
<p>- Greenplum appears to be doing quite well, with significant growth in paid customers for their Greenplum DB (formerly known as Bizgres MPP).</p>
<p>- EnterpriseDB has some intentions of rivaling Greenplum as an enhancement of PostgreSQL for data warehousing.  They&#8217;d do this by integrating PostgreSQL MPP technology they acquired for ExtenDB last summer-fall.</p>
<p>- It of course would make sense for Vertica to &#8220;emulate&#8221; PostgreSQL given that Stonebraker was behind Postgres and is behind Vertica.  Vertica is a commercialization of the open-source academic project C-Store, just as Illustra was a commercialization of mid-&#8217;90s Postgres.</p>
<p>I&#8217;m almost ready to put (figurative) pen to paper and write up the report on &#8220;open source (based) data warehousing&#8221; that I&#8217;ve been talking about for 5-6 months now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curt Monash</title>
		<link>http://www.dbms2.com/2008/03/06/postgresql-can-be-used-in-a-lot-of-different-ways/#comment-76796</link>
		<dc:creator>Curt Monash</dc:creator>
		<pubDate>Fri, 07 Mar 2008 01:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/2008/03/06/postgresql-can-be-used-in-a-lot-of-different-ways/#comment-76796</guid>
		<description>Lots of outfits use PostgreSQL code to some extent. Hence my reference to "extremes." Netezza and some of the CEP outfits are more in the middle.

CAM</description>
		<content:encoded><![CDATA[<p>Lots of outfits use PostgreSQL code to some extent. Hence my reference to &#8220;extremes.&#8221; Netezza and some of the CEP outfits are more in the middle.</p>
<p>CAM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Briggs</title>
		<link>http://www.dbms2.com/2008/03/06/postgresql-can-be-used-in-a-lot-of-different-ways/#comment-76750</link>
		<dc:creator>Tom Briggs</dc:creator>
		<pubDate>Thu, 06 Mar 2008 21:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/2008/03/06/postgresql-can-be-used-in-a-lot-of-different-ways/#comment-76750</guid>
		<description>While that's true, it's not to the same extent as EntDB or GP.  NZ's use is fairly limited, as far as I'm aware; it's mostly used for the data dictionary and some tools, I believe.</description>
		<content:encoded><![CDATA[<p>While that&#8217;s true, it&#8217;s not to the same extent as EntDB or GP.  NZ&#8217;s use is fairly limited, as far as I&#8217;m aware; it&#8217;s mostly used for the data dictionary and some tools, I believe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: p</title>
		<link>http://www.dbms2.com/2008/03/06/postgresql-can-be-used-in-a-lot-of-different-ways/#comment-76706</link>
		<dc:creator>p</dc:creator>
		<pubDate>Thu, 06 Mar 2008 17:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/2008/03/06/postgresql-can-be-used-in-a-lot-of-different-ways/#comment-76706</guid>
		<description>I think you should mention Netezza, which uses some of PostgreSQL code</description>
		<content:encoded><![CDATA[<p>I think you should mention Netezza, which uses some of PostgreSQL code</p>
]]></content:encoded>
	</item>
</channel>
</rss>
