Re: Oracle news article

From: Alex Pilosov <alex(at)pilosoft(dot)com>
To: Shaun Thomas <sthomas(at)townnews(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Oracle news article
Date: 2001-06-13 15:47:45
Message-ID: Pine.BSO.4.10.10106131142000.17529-100000@spider.pilosoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 13 Jun 2001, Shaun Thomas wrote:

> I've used all of these features back when I was an Oracle DBA, and I can
> truly say I miss every single one. If you really care about your data, no
> other database except maybe DB2 puts so much effort into data integrity.
> I don't get why more databases don't do this. Especially the connection
> pooling. Just look at any webserver to see why this is a must!
What do you mean by connection pooling?

Do you mean preforked backend servers to reduce connection time? If so:

a) It'd be fairly easy to implement for Postgres
b) Apparently nobody bothered to, because unlike oracle, it doesn't take 1
second for non-pooled backend to start up. To me, its in <100ms range,
thus, not noticable.

And I may add that Postgres has many features that rival Oracle:

a) Flexible (and extensible!) datatypes (such as inet)

b) perl,tcl, python programming languages (damn, how much I wished Oracle
had perl support on backend)

c) things like 'select foo from (select bar)'
(I'm pretty sure oracle doesn't handle that one yet)

d) a decent outer join syntax (f=a(*) just doesn't cut it for complex
queries)

-alex

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-06-13 15:50:26 Re: Re: Does PostgreSQL support EXISTS?
Previous Message Bruce Momjian 2001-06-13 15:38:09 Re: Re: Does PostgreSQL support EXISTS?