RE: PostgreSQL vs. Interbase - Mailing list pgsql-general

From Albertson, Chris
Subject RE: PostgreSQL vs. Interbase
Date
Msg-id 71EFB3F67FADD3119C0A00508B55444196620C@mailtest123.com
Whole thread Raw
In response to PostgreSQL vs. Interbase  ("Arnold Gamboa" <arnold@php4us.com>)
List pgsql-general

>
> My inquiry:
>
> Please discuss as to your point of view the advantage of
> PostgreSQL over
> Interbase and/or vise versa. I'm considering three (3)
> important points
>
> 1.  Speed

Postgresql is "spotty".  Some things it can do fast other
things are very slow.  It's really mixed.  So Postgres' speed
depends a lot of if you are so unlucky as to require some
feature that is not so fast.  I found recently for example that
"GROUP BY" is intolerably slow while other query types are
almost as good as Oracle in performance.  If you are designing
a brand new application you can design around this.
I'm sure each of the free DBMSes have something that must be
"designed around".  You just take your pick.

pgsql-general by date:

Previous
From: "Albertson, Chris"
Date:
Subject: RE: Re: Re: How to install on Windows?
Next
From: Tom Lane
Date:
Subject: Re: Bug#90856: postgresql: query with unused table in from clause causes crash (fwd)