Re: Comparing PostgreSQL and Oracle stability

From: snpe <snpe(at)snpe(dot)co(dot)yu>
To: Juan Jose Comellas <juanjo(at)comellas(dot)org>, hyldgaard(at)hotmail(dot)com (Thomas Hyldgaard)
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Comparing PostgreSQL and Oracle stability
Date: 2002-07-04 15:22:38
Message-ID: 200207041722.39059.snpe@snpe.co.yu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am porting code from Oracle to Postgresql, too.
I have missed :
- distributed database (select,delete,insert,update)
- tools for development screen (like forms in oracle) (for report I like php)

regards
haris peco
On Wednesday 03 July 2002 06:46 pm, Juan Jose Comellas wrote:
> I am not terribly experienced on this matter, but we have implemented
> several systems using Oracle 8.0.5, DB2 UDB 7.2 and using PostgreSQL 7.1.3.
> All of them are running under Linux, and until this moment I have found
> that under Linux, PostgreSQL is more stable than both Oracle 8.0.5 and DB2
> 7.2, is far easier to administrate and the performance is very good. The
> most important drawbacks we've encountered are:
>
> 1) The need to run VACUUM regularly (this is not much of an issue with
> PostgreSQL 7.2.1 because it doesn't lock the tables), especially if you are
> doing a lot of UPDATEs.
>
> 2) Postgres' query optimizer is not as smart as Oracle's or DB2's, so we
> needed to write the queries in ways that would allow Postgres to optimize
> them so that we could reach a performance similar to Oracle's. We found out
> that Postgres does not handle SELECT ... IN ... queries very well, so we
> had to rewrite them in ways that were not as straightforward.
>
> On Tuesday 02 July 2002 09:59, Thomas Hyldgaard wrote:
> > Hi,
> >
> > I'm considering porting code from Oracle to PostgreSql. I'm looking
> > for opinions from people that are experienced with both PostgreSQL and
> > Oracle:
> >
> > 1) Is the stability better, equal or worse when comparing Oracle 9i?
> > 2) Are there any performance issues to be aware of when comparing
> > PostgreSql an d Oracle (on the same hardware configuration) - eg. size
> > of table colums, count of records in tables (and indexes).
> > 3) And how about the work for DB administrators - are things simpler
> > or more complicated?
> >
> > Best regards
> > Thomas
> >
> >
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2002-07-04 15:36:41 Re: I am being interviewed by OReilly
Previous Message caroline kenny 2002-07-04 15:15:02 Carraige Return issues