Re: [HACKERS] All things equal, we are still alot slower then MySQL?

From: Michael Robinson <robinson(at)netrinsics(dot)com>
To: pgsql-hackers(at)hub(dot)org
Subject: Re: [HACKERS] All things equal, we are still alot slower then MySQL?
Date: 1999-09-20 03:44:55
Message-ID: 199909200344.LAA00452@netrinsics.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:
>>>> MySQL: 0.498u 0.150s 0:02.50 25.6% 10+1652k 0+0io 0pf+0w
>>>> PgSQL: 0.494u 0.061s 0:19.78 2.7% 10+1532k 0+0io 0pf+0w
>
>> No --- if he were, it'd be all CPU time, not 2.7% CPU usage.
>
>Er, wait a second. Are we measuring backend-process runtime here,
>or is that the result of 'time' applied to a *client* ?

Yeah, that would explain a lot. When I first saw the numbers, I was so
excited because they showed that PostgreSQL is *faster* than MySQL (with
more memory, and better I/O).

That didn't make any sense, though. MySQL is faster than every real DBMS,
because it doesn't have transactions, triggers, locking, or any other sort
of useful features to slow it down.

The question should always be, is PostgreSQL faster than Oracle, Informix,
or Sybase?

-Michael

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-09-20 04:04:02 Re: [HACKERS] why do shmem attach?
Previous Message Vadim Mikheev 1999-09-20 03:35:25 why do shmem attach?