Re: doubts

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: doubts
Дата
Msg-id 20070108161200.GG14193@alvh.no-ip.org
обсуждение исходный текст
Ответ на doubts  ("sangeetha k.s" <sangeethakss@gmail.com>)
Список pgsql-general
sangeetha k.s wrote:
> hello,
>
>       postgresql uses bitmap indexing for indexing  in databases.
>       *Is there any technique used*
> *  used to compress the bitmap indices in postgresql*,like oracle that uses
> Byte Aligned bitmap compression to compress bitmaps.

Postgres does not support bitmap indexes yet.  What it does support is
bitmap index *scanning*.  And yes, there is a lossy compression method
that is sometimes used.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: "Chad Wagner"
Дата:
Сообщение: Re: Postgres Differential backup
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Discovering time of last database write