Re: Bitmap Heap scan 8.1/8.2 - Mailing list pgsql-general

From Pavel Stehule
Subject Re: Bitmap Heap scan 8.1/8.2
Date
Msg-id 162867790710221459v2b25c706w648ff4cba27f2902@mail.gmail.com
Whole thread Raw
In response to Re: Bitmap Heap scan 8.1/8.2  (Martin Marques <martin@bugs.unl.edu.ar>)
Responses Re: Bitmap Heap scan 8.1/8.2  (Martin Marques <martin@bugs.unl.edu.ar>)
List pgsql-general
2007/10/22, Martin Marques <martin@bugs.unl.edu.ar>:
> Pavel Stehule wrote:
> > 2007/10/22, Martin Marques <martin@bugs.unl.edu.ar>:
> >> Pavel Stehule wrote:
> >>> Hello
> >>>
> >>> I am unsure, did you check config values?
> >> Don't know which ones you are talking about, but all enable_* are set to on.
> >>
> >> Anything else?
> >>
> >
> > shared_buffers
>
> 8.1:
>
>   16000
~ 128M
>
>
> 8.2:
>
>   400MB
>
>
> > work_mem
>
> 8.1:
>
>   8192
8M !!!! 8>4
>
> 8.2:
>
>   4MB
>
>
> > effective_cache_size
>
> 8.1:
>
>   1000
8M
>
> 8.2:
>
>   128MB
>
>

try

set work_mem to '8MB';
and
explain analyze select ..

pgsql-general by date:

Previous
From: Benjamin Weaver
Date:
Subject: Re: unicode searches failing that use % and LIKE operators
Next
From: Martin Marques
Date:
Subject: Re: Bitmap Heap scan 8.1/8.2