Re: A thought on Index Organized Tables

Поиск
Список
Период
Сортировка
От Gokulakannan Somasundaram
Тема Re: A thought on Index Organized Tables
Дата
Msg-id 9362e74e1002240053hbe00473yc448e3fd7751d32f@mail.gmail.com
обсуждение исходный текст
Ответ на Re: A thought on Index Organized Tables  (Simon Riggs <simon@2ndQuadrant.com>)
Ответы Re: A thought on Index Organized Tables  (Simon Riggs <simon@2ndQuadrant.com>)
Re: A thought on Index Organized Tables  (Karl Schnaitter <karlsch@gmail.com>)
Re: A thought on Index Organized Tables  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список pgsql-hackers

The fragility there is not an issue in a mostly read-only application,
but it definitely would be a concern in other cases.

While we accept that visibility map is good for read only application, why can't we make it optional? Atleast if there is a way for a person to drop the visibility map for a table(if it gets created by default), the application need not incur the overhead for those tables, when it knows it is update intensive /  with batch jobs.

Again not to deviate from my initial question, can we make a decision regarding unstable/mutable functions / broken data types ?

Thanks,
Gokul.

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: A thought on Index Organized Tables
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Move documentation of all recovery.conf option to a new chapter.