Re: Question about indexes

Поиск
Список
Период
Сортировка
От
Тема Re: Question about indexes
Дата
Msg-id 0A5B2E3C3A64CA4AB14F76DBCA76DDA44EF9B2@seifur.hnit.is
обсуждение исходный текст
Ответ на Question about indexes  (Greg Stark <gsstark@mit.edu>)
Ответы Re: Question about indexes  (Greg Stark <gsstark@mit.edu>)
Список pgsql-hackers
A small comment on Oracle's implementation of persistent bitmap indexes:

Oracle's bitmap index is concurently locked by DML, i.e. it suites for OLAP
(basically read only data warehouses) but in no way for OLTP.

IMHO,
Laimis

> Maybe the lack of heap/btree consistent ordering in Oracle
> and their subsequent design choice of persistent bitmap
> indices is an indication for PostgreSQL too?



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

Предыдущее
От: Claudio Natoli
Дата:
Сообщение: Proposed dirmod.c fix for Win32
Следующее
От: Christoph Haller
Дата:
Сообщение: Re: Disaster!