Re: GiST indexing problems...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: GiST indexing problems...
Дата
Msg-id 5688.989076385@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: GiST indexing problems...  (David McWherter <udmcwher@mcs.drexel.edu>)
Ответы Re: GiST indexing problems...
Список pgsql-hackers
David McWherter <udmcwher@mcs.drexel.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 trySET ENABLE_SEQSCAN TO OFF
if you just want to force use of the index for testing purposes.
        regards, tom lane


В списке pgsql-hackers по дате отправления: