Postgres Internals

From: Dip <dds98(at)doc(dot)ic(dot)ac(dot)uk>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Postgres Internals
Date: 2001-06-15 13:46:22
Message-ID: 3B2A11AE.9AE5E359@doc.ic.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi All,

Im running some benchmarking tests on mysql, postgres and interbase
database servers.

does anyone know the reasons why or know where i can find out some
technical reasons why the postgres database server is particularly good
in relation to the others or just by itself e.g. use of query
optimisation or indexing etc. I'm only looking at creates, selects,
inserts, update and delete statements. I've noticed it is slow at
inserting data into tables, but especially quick at doing complex
selects (i.e. containing many joins). Why is this so?

I've tried to look around for this on the net, but all i seem to get is
a big arguement consisting of the features lacking in mysql that are in
other databases e.g. ACID!!

Thanks,

Dipesh

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2001-06-15 13:48:31 UNIQUE INDEX unaware of transactions
Previous Message Tom Lane 2001-06-15 13:45:57 Re: Update on Access 97 and = NULL