Re: Sorting performance vs. MySQL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Sorting performance vs. MySQL
Дата
Msg-id 12128.1266905364@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Sorting performance vs. MySQL  (Yang Zhang <yanghatespam@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Sorting performance vs. MySQL
Следующее
От: "Net Tree Inc."
Дата:
Сообщение: Re: how do I do dump and restore without bugging with constraint?