Re: help with getting index scan

From: Doug McNaught <doug(at)wireboard(dot)com>
To: "Thomas T(dot) Thai" <tom(at)minnesota(dot)com>
Cc: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: help with getting index scan
Date: 2002-02-25 16:41:03
Message-ID: m3g03pzf8g.fsf@varsoon.denali.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Thomas T. Thai" <tom(at)minnesota(dot)com> writes:

> i just tried turning off seq scan and the query still takes up to 8
> seconds which is 7 seconds too long. btw, how do you clean the cache
> from the last query?

I took a detailed look at your schema and I'm not enough of a guru to
offer any more advice (I've never used gist indexes or anything like
that). Maybe Tom or someone with more knowledge than I will weigh
in.

The only way I know of to "clear the cache" is to restart the
database.

-Doug
--
Let us cross over the river, and rest under the shade of the trees.
--T. J. Jackson, 1863

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thomas T. Thai 2002-02-25 16:48:02 Re: help with getting index scan
Previous Message Thomas T. Thai 2002-02-25 16:38:19 Re: help with getting index scan