Re: auto-vacuum questions

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: auto-vacuum questions
Дата
Msg-id dcc563d10805090017p562e4ad5m83292a95681eb665@mail.gmail.com
обсуждение исходный текст
Ответ на Re: auto-vacuum questions  (John Gateley <gateley@jriver.com>)
Список pgsql-general
On Thu, May 8, 2008 at 12:10 PM, John Gateley <gateley@jriver.com> wrote:
>
> On Thu, 8 May 2008 10:58:47 -0700
>  Alan Hodgson <ahodgson@simkin.ca> wrote:
>
>  > On Thursday 08 May 2008, John Gateley <gateley@jriver.com> wrote:
>  > > But the new database, mydbtest, always has slow queries.
>  > > I run an analyze and they speed up.
>  >
>  > Do the query plans actually change, or are you just seeing caching effects
>  > from running the analyze?
>
>  The query plans actually change. I'm pretty sure that the auto-vacuum
>  wasn't happening, I'm going to test this tomorrow morning with
>  a fresh copy.

Well, if you're testing on different values, then it should change
based on changes in selectivity and range.  But if the where clause is
the same, the query plan probably isn't changing between runs.

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

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Using Epoch to save timestamps in 4 bytes?
Следующее
От: Luca Ferrari
Дата:
Сообщение: Re: regexp_replace in two times?