Re: Implementing Bitmap Indexes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Implementing Bitmap Indexes
Дата
Msg-id 10262.1107033669@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Implementing Bitmap Indexes  (Mike Rylander <mrylander@gmail.com>)
Список pgsql-hackers
Mike Rylander <mrylander@gmail.com> writes:
> As a side note, wouldn't the in-memory bitmaps pretty much kill the
> need for multicolumn indexes?  It seems that they would be able to
> join index scans on the same table, and then there would be no need
> for industrial strength cross-column correlation stats.

No, because the ability to do it is not the same as the ability to
predict in advance how many rows will result.
        regards, tom lane


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

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: [pgsql-hackers] Allow GRANT/REVOKE permissions to be applied to all schema
Следующее
От: Christopher Browne
Дата:
Сообщение: Re: IBM patent