Re: Trying to track down weird query stalls

Поиск
Список
Период
Сортировка
От dan@sidhe.org
Тема Re: Trying to track down weird query stalls
Дата
Msg-id 57654.199.172.169.17.1238442145.squirrel@localhost
обсуждение исходный текст
Ответ на Trying to track down weird query stalls  (dan@sidhe.org)
Ответы Re: Trying to track down weird query stalls  (Scott Marlowe <scott.marlowe@gmail.com>)
Список pgsql-performance
> On Mon, Mar 30, 2009 at 12:42 PM,  <dan@sidhe.org> wrote:
>> Arguably in this case the actual query should run faster than the
>> EXPLAIN
>> ANALYZE version, since the cache is hot. (Though that'd only likely
>> shave
>> a few dozen ms off the runtime)
>
> Joining a lot of tables together?  Could be GEQO kicking in.

Only if I get different query plans for the query depending on whether
it's being EXPLAIN ANALYZEd or not. That seems unlikely...

-Dan

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

Предыдущее
От: dan@sidhe.org
Дата:
Сообщение: Re: Trying to track down weird query stalls
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Trying to track down weird query stalls