Re: Sorting performance vs. MySQL

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Yang Zhang <yanghatespam(at)gmail(dot)com>
Cc: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Sorting performance vs. MySQL
Date: 2010-02-23 06:09:24
Message-ID: 12128.1266905364@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Yang Zhang <yanghatespam(at)gmail(dot)com> writes:
> I'm relieved that Postgresql itself does not, in fact, suck, but
> slightly disappointed in the behavior of psql. I suppose it needs to
> buffer everything in memory to properly format its tabular output,
> among other possible reasons I could imagine.

That's half of it, and the other half is not wanting to present a
portion of query output if the query fails partway through. You could
certainly write a client that disregarded these issues (as I suppose
mysql must be doing).

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Net Tree Inc. 2010-02-23 06:39:11 Re: how do I do dump and restore without bugging with constraint?
Previous Message Tom Lane 2010-02-23 06:03:48 Re: Sorting performance vs. MySQL