Re: Way to avoid expensive Recheck Cond in index lookup?
В списке pgsql-general по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: Way to avoid expensive Recheck Cond in index lookup? |
| Дата | |
| Msg-id | 5795.1198016646@sss.pgh.pa.us обсуждение |
| Ответ на | Way to avoid expensive Recheck Cond in index lookup? ("Matt Magoffin" <postgresql.org@msqr.us>) |
| Ответы |
Re: Way to avoid expensive Recheck Cond in index lookup?
Re: Way to avoid expensive Recheck Cond in index lookup? |
| Список | pgsql-general |
"Matt Magoffin" <postgresql.org@msqr.us> writes:
> The problem for me is, the Recheck Cond is then on the xpath() function
> used by the function-based index. My understanding is that then the
> database must actually call the xpath() function again on all matches from
> the index lookup.
This is mistaken. It only happens if there are so many hits that the
bitmap becomes lossy (which you can control to some extent anyway by
adjusting work_mem).
regards, tom lane
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера