Re: [GENERAL] New FAQ item

From: Howie <caffeine(at)toodarkpark(dot)org>
To: Kaare Rasmussen <kar(at)webline(dot)dk>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] New FAQ item
Date: 1999-07-12 07:20:41
Message-ID: Pine.LNX.3.96.990712070322.12377J-100000@rabies.toodarkpark.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sun, 11 Jul 1999, Kaare Rasmussen wrote:

> > id rephrase this to include 'inserts/updates' -- 6.5 is comparable to
> > mysql for selects, given the proper indexes.
>
> Is this tested, or do you just hope so?

tested against a 500,000 row table. pgsql seems to excell when that table
gains rows left and right, most likely due to the locking: when doing a
massive number of inserts from different processes along with a rather
large select, mysql had the tendency to crash ( client app lost connection
). postgres will slow down a little, but all the data eventually gets
into the table.

> > id also stress that postgres supports (fully?) SQL92, triggers,
>
> I believe there's still some way to go before SQL92 is fully supported.
>
> Isn't outer joins, views with unions and more part of SQL92?

hence the '(fully?)' bit. id have to look into the sql92 spec to see
what's not implemented (yet) in postgres... im fairly positive somebody
can answer this off the top of their head, however.

> Now I am at trying to be annoying, how good is the ODBC / JDBC in
> PostgreSQL? Can it measure up with MySQL? With Oracle?

try it and find out :) id like to know, but dont have any MS-Windows
machines here.

---
Howie <caffeine(at)toodarkpark(dot)org> URL: http://www.toodarkpark.org
"The distance between insanity and genius is measured only by success."

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Claudio R Zamana 1999-07-12 21:56:18 subscribe pgsql-general
Previous Message Bruce Momjian 1999-07-12 02:57:15 Re: [GENERAL] A few questions