Re: Optimizing further

From: Ken Williams <ken(at)mathforum(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Optimizing further
Date: 2002-06-14 02:45:50
Message-ID: D6A78FBC-7F40-11D6-B92F-003065F6D85A@mathforum.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Friday, June 14, 2002, at 12:35 PM, Tom Lane wrote:
> Ken Williams <ken(at)mathforum(dot)org> writes:
>> When I run the query, it takes a really long time (10 seconds)
>> the first time I execute it, and then returns instantly the
>> second time.
>
> That sounds like a caching issue. How much RAM do you have,
> what have you got shared_buffers set to, etc?

Hi Tom,

'top' reports 1024M of real memory, with 819M virtual. shared_buffers
is currently set to 64. Is there some information about the table
itself or the index that would be helpful to know?

-Ken

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-06-14 03:03:14 Re: Optimizing further
Previous Message Tom Lane 2002-06-14 02:35:29 Re: Optimizing further