From: | ahoward <ahoward(at)fsl(dot)noaa(dot)gov> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: PostgreSQL x Oracle |
Date: | 2003-02-10 15:54:05 |
Message-ID: | Pine.LNX.4.33.0302101543530.3685-100000@eli.fsl.noaa.gov |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Mon, 10 Feb 2003, Karel Zak wrote:
> > > > What about speed?? Is Oracle faster than PostgreSQL?? Why?? I believe
> > > > that some day the PostgreSQL development team will improve the engine and
> > > > it will be as fast as Oracle.
> > >
> > > Speed? Use MySQL :-) I think real relation database use is not about
> > > speed only -- it means speed is not always most important argument. I
> > > sure people use Oracle for the others features.
> >
> > Not too good of an argument. It gives an impression that postgresql community
> > want to hide behind features and claim that speed is not necessary. Sounds very
i think this a fantastic argument, one more people should consider. if you
want speed AND a RDBMS you need to rethink your rational - for example, how
many people using mysql have schemas so simply that any key->value type
database (BDB) would suffice? here in my group we store metadata in a
postgresql database to ensure data integrity, to foster development, and to
centralize metadata management. accessing _any_ RDBMS (note that mysql is
_not_ a RDBMS) from our near-realtime system would be madness or expesive in
oracle's case - we offload recent versions of crucial metadata sets into
berstein's CDB (constant databases) for access by these processes, which are
read only. even if we required write databases i would consider berkeley db,
or any other database with the overhead of parsing sql.
talking about speed and an RDBMS is like optimizing java code - just write it
in c and be done with it!
IMHO 'speed is not necessary' and impossible to acheive with _any_ RDBMS and
so should not be considered.
-a
--
====================================
| Ara Howard
| NOAA Forecast Systems Laboratory
| Information and Technology Services
| Data Systems Group
| R/FST 325 Broadway
| Boulder, CO 80305-3328
| Email: ahoward(at)fsl(dot)noaa(dot)gov
| Phone: 303-497-7238
| Fax: 303-497-7259
====================================
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Sullivan | 2003-02-10 15:58:01 | Re: PostgreSQL x Oracle |
Previous Message | Andrew Sullivan | 2003-02-10 15:51:02 | Re: PostgreSQL x Oracle |