Re: Sorting performance vs. MySQL - Mailing list pgsql-general

From Tom Lane
Subject Re: Sorting performance vs. MySQL
Date
Msg-id 12128.1266905364@sss.pgh.pa.us
Whole thread Raw
In response to Re: Sorting performance vs. MySQL  (Yang Zhang <yanghatespam@gmail.com>)
List pgsql-general
Yang Zhang <yanghatespam@gmail.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

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Sorting performance vs. MySQL
Next
From: "Net Tree Inc."
Date:
Subject: Re: how do I do dump and restore without bugging with constraint?