Re: Performance cost of a sort-merge join

Поиск
Список
Период
Сортировка
От Yang Zhang
Тема Re: Performance cost of a sort-merge join
Дата
Msg-id 9066fa251002220951q7ccf8f3enc5261c665bbc6edd@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Performance cost of a sort-merge join  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Mon, Feb 22, 2010 at 12:10 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> I've left it running over night. By
>> comparison, a "select * from metarelcloud_transactionlog order by
>> transactionid" takes on the order of seconds/minutes (at least in
>> MySQL).
>
> That's got approximately nothing to do with this query.

Isn't that exactly what the leaf sorts are doing? By comparison,
"select * from metarelcloud_transactionlog order by transactionid"
takes much, much longer in PG (it's been running for 68 minutes now,
and still going, whereas MySQL took 6 minutes).
--
Yang Zhang
http://www.mit.edu/~y_z/

В списке pgsql-general по дате отправления:

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: [BUGS] helo
Следующее
От: Jignesh Shah
Дата:
Сообщение: Re: Questions regarding SET option.