Re: Oracle vs. PostgreSQL web speed

From: Francisco Reyes <lists(at)natserv(dot)com>
To: Troy(dot)Campano(at)LibertyMutual(dot)com
Cc: nconway(at)klamath(dot)dyndns(dot)org, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Oracle vs. PostgreSQL web speed
Date: 2002-05-17 16:17:35
Message-ID: 20020517121325.A20746-100000@zoraida.natserv.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, 11 May 2002 Troy(dot)Campano(at)LibertyMutual(dot)com wrote:

> Sorry, I meant how fast the data comes back from the SELECT statement, not
> display in a page.

As much as we all would want meaninfull comparisons, they are very
difficult to produce. In particular you would need to have simmilar
hardware to compare.

Based on a wildly inaccurate/impressice mini test I did, it seems Oracle
was faster with complex queries involving agregrates.

The machines did not have the same amount of memory, nor the same type of
disks, but the query was the same and the amount of rows and row sizes
were very close.

A better approach to what you want may be just to try postgreSQL with the
type of queries and if it is fast enough use it.

At least that test is a lot easier and much cheaper to do than to try with
Oracle. In particular consider the cost of an individual doing the test.
This is often overlooked. Even though I don't do much with Oracle based
on the little I have done, I find PostgreSQL a lot easier to learn, use,
configure and optimize.

We use it were I work as a reporting server and it works very well.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ian Harding 2002-05-17 17:06:32 Re: Force a merge join?
Previous Message Andrew Perrin 2002-05-17 15:56:22 DBD::Pg: Placeholders not working