Re: Re: 7.2 items

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Re: 7.2 items
Дата
Msg-id 200106072005.f57K5Jx00380@candle.pha.pa.us
обсуждение исходный текст
Ответ на RE: Re: 7.2 items  (Mike Mascari <mascarm@mascari.com>)
Список pgsql-hackers
> And in addition,
> 
> If you submitted the query:
> 
> SELECT * FROM addresses WHERE state = 'OH'
> AND areacode = '614'
> 
> Then, with bitmap indexes, the bitmaps are just logically ANDed 
> together, and the final bitmap determines the matching rows.

Message added to TODO.detail.  The use of AND seems like a very nice
optimization possible with bitmap indexes.  Thanks.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Re: 7.2 items
Следующее
От: Tom Ivar Helbekkmo
Дата:
Сообщение: Re: AW: Re: [SQL] behavior of ' = NULL' vs. MySQL vs. Stand ards