pgsql: Remove item: < * Allow star join optimizations < < While our

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Remove item: < * Allow star join optimizations < < While our
Дата
Msg-id 20051217190324.C6C479DC992@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Remove item:

< * Allow star join optimizations
<
<   While our bitmap scan allows multiple indexes to be joined to get
<   to heap rows, a star joins allows multiple dimension _tables_ to
<   be joined to index into a larger main fact table.  The join is
<   usually performed by either creating a cartesian product of all
<   the dimmension tables and doing a single join on that product or
<   using subselects to create bitmaps of each dimmension table match
<   and merge the bitmaps to perform the join on the fact table.  Some
<   of these algorithms might be patented.

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.1733 -> r1.1734)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1733&r2=1.1734)
    pgsql/doc/src/FAQ:
        TODO.html (r1.238 -> r1.239)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.238&r2=1.239)

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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Update: < * Flush cached query plans when the dependent objects
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Update ASM comments.