Re: Mnogosearch (Was: Re: website doc search is ... )

From: Mark Kirkwood <markir(at)paradise(dot)net(dot)nz>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Mnogosearch (Was: Re: website doc search is ... )
Date: 2004-01-01 21:07:44
Message-ID: 3FF48C20.5000500@paradise.net.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

While you are in there - consider looking at effective_cache_size too.
Set it to something like your average buffer cache memory.

As I understand this, it only effects the choices of possible plans - so
with the default (1000) some good ones that use more memory may be
ignored (mind you - some really bad ones may be ignored too).

best wishes

Mark

Tom Lane wrote:

>
>
>>is this something that can be set database wide,
>>
>>
>
>Yeah, see default_statistics_target in postgresql.conf.
>
>
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mike Nolan 2004-01-01 21:37:46 Re: GetLastInsertID ?
Previous Message Marc G. Fournier 2004-01-01 20:31:04 Re: Mnogosearch (Was: Re: website doc search is ... )