Re: bitmap-index-scan slower than normal index scan

Поиск
Список
Период
Сортировка
От Alex Deucher
Тема Re: bitmap-index-scan slower than normal index scan
Дата
Msg-id a728f9f90707111301k57f54bddqa563728755957d75@mail.gmail.com
обсуждение исходный текст
Ответ на Re: bitmap-index-scan slower than normal index scan  ("Alex Deucher" <alexdeucher@gmail.com>)
Список pgsql-performance
On 7/11/07, Alex Deucher <alexdeucher@gmail.com> wrote:
> On 7/11/07, A. Kretschmer <andreas.kretschmer@schollglas.com> wrote:
> > am  Wed, dem 11.07.2007, um 14:52:01 -0400 mailte Alex Deucher folgendes:
> > > >Okay, i got a really different plan, but i expected _NOT_ a
> > > >performance-boost like this. I expected the opposite.
> > > >
> > > >
> > > >It's not a really problem, i just played with this. But i'm confused
> > > >about this...
> > > >
> > >
> > > your results are getting cached.  try two queries in a row with the same
> > > plan.
> >
> > Thanks for the response, but I've done this, no difference.
> >
>
> try bumping up the default stats target on the table in question and
> see if that helps the planner choose a better plan.
>

and be sure to run analyze again.

Alex

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

Предыдущее
От: "Alex Deucher"
Дата:
Сообщение: Re: bitmap-index-scan slower than normal index scan
Следующее
От: Tom Lane
Дата:
Сообщение: Re: bitmap-index-scan slower than normal index scan