Re: Expensive where clause

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Expensive where clause
Дата
Msg-id 20050218215121.Y48429@megazone.bigpanda.com
обсуждение исходный текст
Ответ на Expensive where clause  ("Keith Worthington" <keithw@narrowpathinc.com>)
Ответы Re: Expensive where clause  ("Keith Worthington" <keithw@narrowpathinc.com>)
Список pgsql-novice
On Fri, 18 Feb 2005, Keith Worthington wrote:

> I have been working on a SQL statement that contains a WHERE clause of the
> form WHERE column1 > column2.  The query runs pretty quickly (285ms) without
> the WHERE clause but slows to a relative crawl (5850ms) when it is included.
> Anu suggestions on how to improve the performance would be greatly appreciated.

Explain analyze output for the query with and without the clause would
probably be useful for analysis.

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

Предыдущее
От: "Keith Worthington"
Дата:
Сообщение: Expensive where clause
Следующее
От: "Keith Worthington"
Дата:
Сообщение: Re: Expensive where clause