Re: Postgres performance comments from a MySQL user

From: Avi Schwartz <avi(at)CFFtechnologies(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgres performance comments from a MySQL user
Date: 2003-06-12 03:38:20
Message-ID: 5017D3D8-9C87-11D7-A1AF-000393AE5044@CFFtechnologies.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

The biggest improvement we noticed was in two areas. We have some very
complex selects that join 7-8 tables which perform 30-40% faster under
PGSQL. The second thing that performs better are the above mentioned
result set returning stored procedures.

BTW, the reason we started looking at PSQL is not due to performance,
this just came as a pleasant surprise. The real reason is in the fact
the we are 90% linux in our server environment and the only Windows
component is SQL Server 7. SS7 does not play nicely with Linux and
lacks any tools to use from the Linux environment. Windows itself is
hard to manage remotely and since the production environment is
co-located it became a real issue.

Avi

On Wednesday, Jun 11, 2003, at 22:24 America/Chicago, Maksim Likharev
wrote:

> My I ask on what operations PG better than MSSQL?
>
> cause out of my observations only spatial data types,
> could influence a choice between MSSQL and PG.
>
> Thank you.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-06-12 03:41:16 Re: VACUUM output
Previous Message Jan Wieck 2003-06-12 03:31:38 Re: [GENERAL] MySQL gets $19.5 MM