Re: Bitmap index scans use of filters on available columns
В списке pgsql-hackers по дате отправления:
| От | Antonin Houska |
|---|---|
| Тема | Re: Bitmap index scans use of filters on available columns |
| Дата | |
| Msg-id | 20734.1446628341@localhost обсуждение исходный текст |
| Ответ на | Bitmap index scans use of filters on available columns (Jeff Janes <jeff.janes@gmail.com>) |
| Ответы |
Re: Bitmap index scans use of filters on available columns
|
| Список | pgsql-hackers |
While prefix expression y like 'abc%' can be converted to y >= 'abc' (see expand_indexqual_opclause()), I'm not sure any kind of expansion is possible for '%abc%' which would result in a b-tree searchable condition. Jeff Janes <jeff.janes@gmail.com> wrote: > Is there a fundamental reason the filter on y is not being applied to > the index scan, rather than the heap scan? -- Antonin Houska Cybertec Schönig & Schönig GmbH Gröhrmühlgasse 26 A-2700 Wiener Neustadt Web: http://www.postgresql-support.de, http://www.cybertec.at
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера