Re: Query performance issue

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Query performance issue
Дата
Msg-id 4E5DE56E02000025000408E0@gw.wicourts.gov
обсуждение исходный текст
Ответ на Query performance issue  (Jayadevan M <Jayadevan.Maymala@ibsplc.com>)
Ответы Re: Query performance issue  (Jayadevan <Jayadevan.Maymala@ibsplc.com>)
Список pgsql-performance
Jayadevan M  wrote:

>> And the schema of the tables involved, and any indexes on them.

> The details of the tables and indexes may take a bit of effort to
> explain.  Will do that.

In psql you can do \d to get a decent summary.

Without seeing the query and the table definitions, it's hard to give
advice; especially when a sort step increases the number of rows.
I'm guessing there is incorrect usage of some set-returning function.

-Kevin

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

Предыдущее
От: Jayadevan M
Дата:
Сообщение: Re: Query performance issue
Следующее
От: Andy Colson
Дата:
Сообщение: Re: IN or EXISTS