<?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: Ingres update</title>
	<atom:link href="http://www.dbms2.com/2009/04/02/ingres-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbms2.com/2009/04/02/ingres-update/</link>
	<description>Choices in data management and analysis</description>
	<lastBuildDate>Mon, 25 Jan 2010 14:39:21 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Richard</title>
		<link>http://www.dbms2.com/2009/04/02/ingres-update/comment-page-1/#comment-119056</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 29 Apr 2009 10:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=741#comment-119056</guid>
		<description>We use Ingres and Oracle at our shop.

There were, at one time, plans to migrate away from Ingres, but the Open Source version and cheaper TCO has brought Ingres back in favour.

Oracle on the other hand has done itself no favours with its latest price hikes and we are looking very closely at migrating away to a cheaper solution.

The good news from our perspective is that we have always been shy of using lock-in features like PL/SQL, choosing to use Java instead. Performance isn&#039;t as good, but hardware is realtively cheap these days and we have managed to keep out of Oracle&#039;s Jail!

So where do we migrate to? That&#039;s a very good question that hasn&#039;t been resolved yet. My money&#039;s on Ingres as we have a lot of expertise in the product and it can easily handle 90-95% of what our Oracle databases do at a fraction of the cost.</description>
		<content:encoded><![CDATA[<p>We use Ingres and Oracle at our shop.</p>
<p>There were, at one time, plans to migrate away from Ingres, but the Open Source version and cheaper TCO has brought Ingres back in favour.</p>
<p>Oracle on the other hand has done itself no favours with its latest price hikes and we are looking very closely at migrating away to a cheaper solution.</p>
<p>The good news from our perspective is that we have always been shy of using lock-in features like PL/SQL, choosing to use Java instead. Performance isn&#8217;t as good, but hardware is realtively cheap these days and we have managed to keep out of Oracle&#8217;s Jail!</p>
<p>So where do we migrate to? That&#8217;s a very good question that hasn&#8217;t been resolved yet. My money&#8217;s on Ingres as we have a lot of expertise in the product and it can easily handle 90-95% of what our Oracle databases do at a fraction of the cost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Gillin on influencer marketing &#124; Strategic Messaging</title>
		<link>http://www.dbms2.com/2009/04/02/ingres-update/comment-page-1/#comment-115710</link>
		<dc:creator>Paul Gillin on influencer marketing &#124; Strategic Messaging</dc:creator>
		<pubDate>Sat, 04 Apr 2009 22:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=741#comment-115710</guid>
		<description>[...] Worst is when somebody insistently tries to &#8220;educate&#8221; me on something I already &#8212; often visibly &#8212; k..., or even disagree with. or perhaps just don&#8217;t care about. Unlike journalists, [influencers [...]</description>
		<content:encoded><![CDATA[<p>[...] Worst is when somebody insistently tries to &#8220;educate&#8221; me on something I already &#8212; often visibly &#8212; k&#8230;, or even disagree with. or perhaps just don&#8217;t care about. Unlike journalists, [influencers [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Maimone</title>
		<link>http://www.dbms2.com/2009/04/02/ingres-update/comment-page-1/#comment-115624</link>
		<dc:creator>Bill Maimone</dc:creator>
		<pubDate>Fri, 03 Apr 2009 17:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=741#comment-115624</guid>
		<description>No, Mark, that&#039;s a small example illustrating the difference between simulating support in a client driver versus full support in a server.  Another would be scrolling cursors.  You can do the feature wholly in the driver by pulling the full result set to the client, or you can support scrolling on the server which can reduce client-server activity.  Curt asked for a list of everything wrong with MySQL, which I didn&#039;t pursue.  Actually I think MySQL has done a phenomenal job in particular with web content.  And acknowledged to Curt, if there were no MySQL than probably there would be no reborn Ingres.  MySQL made possible the category of open source database, and for that we all are appreciative.

On compatibility with Oracle, EDB certainly is better, considering it&#039;s work on supporting PL/SQL.  After quite some thought, I decided that for now the prospect of trying to do plug-compatible conversion of applications written in PL/SQL is not an attractive business.  If it&#039;s written to PL/SQL, than it has only ever run on Oracle and there are likely to be a long list of Oracle-isms.  Conversion probably is a long project, and the longer the project the higher the chance of failure.  There are so many applications written to run on more than one database.  With always limited resource those applications are a better business for now.  And believe me, I know lots about PL/SQL, having run the group for a half-dozen years.  It was quite a challenge to keep one version of PL/SQL fully compatible with the next.</description>
		<content:encoded><![CDATA[<p>No, Mark, that&#8217;s a small example illustrating the difference between simulating support in a client driver versus full support in a server.  Another would be scrolling cursors.  You can do the feature wholly in the driver by pulling the full result set to the client, or you can support scrolling on the server which can reduce client-server activity.  Curt asked for a list of everything wrong with MySQL, which I didn&#8217;t pursue.  Actually I think MySQL has done a phenomenal job in particular with web content.  And acknowledged to Curt, if there were no MySQL than probably there would be no reborn Ingres.  MySQL made possible the category of open source database, and for that we all are appreciative.</p>
<p>On compatibility with Oracle, EDB certainly is better, considering it&#8217;s work on supporting PL/SQL.  After quite some thought, I decided that for now the prospect of trying to do plug-compatible conversion of applications written in PL/SQL is not an attractive business.  If it&#8217;s written to PL/SQL, than it has only ever run on Oracle and there are likely to be a long list of Oracle-isms.  Conversion probably is a long project, and the longer the project the higher the chance of failure.  There are so many applications written to run on more than one database.  With always limited resource those applications are a better business for now.  And believe me, I know lots about PL/SQL, having run the group for a half-dozen years.  It was quite a challenge to keep one version of PL/SQL fully compatible with the next.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Callaghan</title>
		<link>http://www.dbms2.com/2009/04/02/ingres-update/comment-page-1/#comment-115613</link>
		<dc:creator>Mark Callaghan</dc:creator>
		<pubDate>Fri, 03 Apr 2009 13:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=741#comment-115613</guid>
		<description>Curt,
Does Ingres expect to migrate MySQL deployments because they have better BLOB support?</description>
		<content:encoded><![CDATA[<p>Curt,<br />
Does Ingres expect to migrate MySQL deployments because they have better BLOB support?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curt Monash</title>
		<link>http://www.dbms2.com/2009/04/02/ingres-update/comment-page-1/#comment-115586</link>
		<dc:creator>Curt Monash</dc:creator>
		<pubDate>Fri, 03 Apr 2009 05:30:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=741#comment-115586</guid>
		<description>Seth,

Actually, EnterpriseDB&#039;s Postgres Plus is the one with particularly good Oracle compatibility.

Although if you&#039;re using any datatype extensibility at all, any version of PostgreSQL is better than MySQL or Ingres.</description>
		<content:encoded><![CDATA[<p>Seth,</p>
<p>Actually, EnterpriseDB&#8217;s Postgres Plus is the one with particularly good Oracle compatibility.</p>
<p>Although if you&#8217;re using any datatype extensibility at all, any version of PostgreSQL is better than MySQL or Ingres.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seth Grimes</title>
		<link>http://www.dbms2.com/2009/04/02/ingres-update/comment-page-1/#comment-115579</link>
		<dc:creator>Seth Grimes</dc:creator>
		<pubDate>Fri, 03 Apr 2009 04:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=741#comment-115579</guid>
		<description>It&#039;s likely that any organization that wants to replace Oracle with an open-source DBMS would be better served going with PostgreSQL, which seems much closer to Oracle compatibility than Ingres is.  I agree that EnterpriseDB and its Postgres distributions would cover most enterprise support needs.

I also have in my August 19, 2008 Ingres-conversation notes from TDWI-San Diego: &quot;claim 5-6 western-area DWs in recent months.&quot;  It would be good to have confirmation from Ingres on the accuracy of that statement.  Lastly, in my notes I see that the Ingres rep &amp; I discussed Ingres&#039;s lack of bit-mapped indexes or rollups (a SQL-99 feature), both of which are helpful in conventional data warehousing.  (Some DW systems that have appeared in recent years of course don&#039;t rely on indexes.)</description>
		<content:encoded><![CDATA[<p>It&#8217;s likely that any organization that wants to replace Oracle with an open-source DBMS would be better served going with PostgreSQL, which seems much closer to Oracle compatibility than Ingres is.  I agree that EnterpriseDB and its Postgres distributions would cover most enterprise support needs.</p>
<p>I also have in my August 19, 2008 Ingres-conversation notes from TDWI-San Diego: &#8220;claim 5-6 western-area DWs in recent months.&#8221;  It would be good to have confirmation from Ingres on the accuracy of that statement.  Lastly, in my notes I see that the Ingres rep &amp; I discussed Ingres&#8217;s lack of bit-mapped indexes or rollups (a SQL-99 feature), both of which are helpful in conventional data warehousing.  (Some DW systems that have appeared in recent years of course don&#8217;t rely on indexes.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.207 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-01-28 02:06:03 -->
