Re: full vacuum really slows down query

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: full vacuum really slows down query
Дата
Msg-id dcc563d10806051516n48eeda17xf3726066c42fee99@mail.gmail.com
обсуждение исходный текст
Ответ на Re: full vacuum really slows down query  (Jason Long <mailing.list@supernovasoftware.com>)
Список pgsql-general
Oh, another point of attack.  Always test your queries under just
\timing.  You can wrap up like this:

\timing
select count(*) from (subselect goes here);

I've been on a few machines where the cost of explain analyze itself
threw the timing way off.

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

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: full vacuum really slows down query
Следующее
От: Vlad Kosilov
Дата:
Сообщение: pgsql8.3.2 tentative release date