Re: GiST indexing problems...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: udmcwher(at)mcs(dot)drexel(dot)edu
Cc: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: GiST indexing problems...
Date: 2001-05-05 15:26:25
Message-ID: 5688.989076385@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

David McWherter <udmcwher(at)mcs(dot)drexel(dot)edu> writes:
> But I still get the issue that my queries don't seem to trigger the
> GiST indexes to be used. Perhaps the problem is that the system
> just thinks that the query doesn't need an index to increase
> performance, i've only got about a dozen elements in the database
> right now for testing purposes.

Ah, so. You're right, you need more data.

You could try
SET ENABLE_SEQSCAN TO OFF
if you just want to force use of the index for testing purposes.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David McWherter 2001-05-05 15:29:32 Re: GiST indexing problems...
Previous Message Vince Vielhaber 2001-05-05 15:22:35 typo in psql's help