| От | Victor Y. Yegorov |
|---|---|
| Тема | Re: Best way to scan on-disk bitmaps |
| Дата | |
| Msg-id | 20050512212701.GB18096@mits.lv обсуждение |
| Ответ на | Re: Best way to scan on-disk bitmaps (Tom Lane <tgl@sss.pgh.pa.us>) |
| Ответы |
Re: Best way to scan on-disk bitmaps
|
| Список | pgsql-hackers |
* Tom Lane <tgl@sss.pgh.pa.us> [12.05.2005 23:09]: > 1. Be sure that all the indexable WHERE conditions are passed to the > indexscan as indexquals. This might be, say, > WHERE a = 42 and b = 'foo' If I have on-disk bitmapON (a, b, c) will the planner pick an index scan forWHERE a = 42 AND b = 'foo' (i.e. only part of the index attributes are involved)? Any modifications needed to achieve this functionality? To my mind, bitmap scan even for 1 attribute of a multi-column index would be a win, though I haven't tested this yet. -- Victor Y. Yegorov
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера