Re: Query slower on 8.0.3 (Windows) vs 7.3 (cygwin)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Query slower on 8.0.3 (Windows) vs 7.3 (cygwin)
Дата
Msg-id 643.1127756472@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Query slower on 8.0.3 (Windows) vs 7.3 (cygwin)  ("Gurpreet Aulakh" <gaulakh@ecmarket.com>)
Список pgsql-performance
"Gurpreet Aulakh" <gaulakh@ecmarket.com> writes:
> While testing 8.1, I found that simple joins take longer in 8.1 than 8.0.
> For example the sub query
> SELECT doc.doc_documentid FROM document AS doc LEFT JOIN folder_document ON
> doc.doc_documentid = folder_document.doc_documentId LEFT JOIN document as
> root ON doc.doc_internalRootXref = root.doc_documentId
> is actually slower on 8.1 than 8.0.

With no more detail than that, this report is utterly unhelpful.  Let's
see the table schemas and the EXPLAIN ANALYZE results in both cases.

            regards, tom lane

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

Предыдущее
От: Ron Peacetree
Дата:
Сообщение: [HACKERS] A Better External Sort?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] Index use in BETWEEN statement...