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...  (David McWherter <udmcwher@mcs.drexel.edu>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: MULTIBYTE and SQL_ASCII (was Re: [JDBC] Re: A bug with pgsql 7.1/jdbc and non-ascii (8-bit) chars?)
Следующее
От: Vince Vielhaber
Дата:
Сообщение: typo in psql's help