Re: performance advice needed: join vs explicit subselect

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: performance advice needed: join vs explicit subselect
Дата
Msg-id 1117.1233092522@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: performance advice needed: join vs explicit subselect  (Karsten Hilbert <Karsten.Hilbert@gmx.net>)
Ответы Re: performance advice needed: join vs explicit subselect
Re: performance advice needed: join vs explicit subselect
Список pgsql-general
Karsten Hilbert <Karsten.Hilbert@gmx.net> writes:
> The view in question is in fact a lot more complicated. This
> is the best I've been able to come up with so far (and it is
> still slow - slow as in 3-4 seconds for 20 records out of
> (currently only) 50 !):

What does EXPLAIN ANALYZE say about it?  Also, what is the use-case
you are concerned about --- selecting the whole view contents, or
selecting WHERE something-or-other?

            regards, tom lane

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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: Fwd: Re: New 8.4 hot standby feature
Следующее
От: Karsten Hilbert
Дата:
Сообщение: Re: performance advice needed: join vs explicit subselect