Re: query optimisation

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: query optimisation
Дата
Msg-id 26196.1047700928@sss.pgh.pa.us
обсуждение исходный текст
Ответ на query optimisation  (Abdul-wahid Paterson <aw@lintrix.net>)
Список pgsql-general
Abdul-wahid Paterson <aw@lintrix.net> writes:
> ... Are there occasions when it is better to
> do the calculations outside of Postgres?

There are, but without details it's impossible to opine whether yours is
one.  A "simplified" version of the query is not enough detail.  Give us
the exact query, the complete schemas for the tables involved, and the
information reported by EXPLAIN ANALYZE, and then we might be able to
offer useful help.

            regards, tom lane

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

Предыдущее
От: Mike Mascari
Дата:
Сообщение: Re: query optimisation
Следующее
От: Lincoln Yeoh
Дата:
Сообщение: Re: type-casting and LIKE queries