| От | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера