Re: query optimization

Поиск
Список
Период
Сортировка
От Thom Brown
Тема Re: query optimization
Дата
Msg-id bddc86150911231525r7e91a2c8rcfff84df1793162@mail.gmail.com
обсуждение исходный текст
Ответ на query optimization  (Faheem Mitha <faheem@email.unc.edu>)
Ответы Re: query optimization  (Faheem Mitha <faheem@email.unc.edu>)
Список pgsql-performance
2009/11/23 Faheem Mitha <faheem@email.unc.edu>

Hi everybody,

I've got two queries that needs optimizing. Actually, there are others, but these are pretty representative.

You can see the queries and the corresponding plans at

http://bulldog.duhs.duke.edu/~faheem/snpdb/opt.pdf

or

http://bulldog.duhs.duke.edu/~faheem/snpdb/opt.tex

if you prefer text (latex file, effectively text in this case)

The background to this is at http://bulldog.duhs.duke.edu/~faheem/snpdb/diag.pdf

If more details are required, let me know and I can add them. I'd appreciate suggestions about how to make these queries go faster.

Please CC this email address on any replies.

                                  Regards, Faheem.



Hi Faheem,

There appears to be a discrepancy between the 2 PDFs you provided.  One says you're using PostgreSQL 8.3, and the other shows you using common table expressions, which are only available in 8.4+.

Thom

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

Предыдущее
От: Faheem Mitha
Дата:
Сообщение: query optimization
Следующее
От: Faheem Mitha
Дата:
Сообщение: Re: query optimization