pgsql: Add mention of possible patent problems with star joins, per

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Add mention of possible patent problems with star joins, per
Дата
Msg-id 20051217170441.E591B9DC8D9@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Add mention of possible patent problems with star joins, per Joshua
Drake:

<   and merge the bitmaps to perform the join on the fact table.
>   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.1731 -> r1.1732)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1731&r2=1.1732)
    pgsql/doc/src/FAQ:
        TODO.html (r1.236 -> r1.237)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.236&r2=1.237)

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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add: * Allow star join optimizations While our bitmap scan
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Update: < * Flush cached query plans when the dependent objects