Re: Tsearch2 performance on big database

From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: Rick Jansen <rick(at)rockingstone(dot)nl>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Tsearch2 performance on big database
Date: 2005-03-22 12:36:11
Message-ID: Pine.GSO.4.62.0503221533400.5508@ra.sai.msu.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Tue, 22 Mar 2005, Rick Jansen wrote:

> Hi,
>
> I'm looking for a *fast* solution to search thru ~ 4 million records of book
> descriptions. I've installed PostgreSQL 8.0.1 on a dual opteron server with
> 8G of memory, running Linux 2.6. I haven't done a lot of tuning on PostgreSQL
> itself, but here's the settings I have changed so far:
>
> shared_buffers = 2000 (anything much bigger says the kernel doesnt allow it,
> still have to look into that)

use something like
echo "150000000" > /proc/sys/kernel/shmmax
to increase shared memory. In your case you could dedicate much more
memory.

Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Mike Rylander 2005-03-22 12:48:06 Re: Tsearch2 performance on big database
Previous Message Rick Jansen 2005-03-22 12:28:07 Tsearch2 performance on big database