Re: Difference between materialized view and table

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Difference between materialized view and table
Дата
Msg-id 47132C85.50500@enterprisedb.com
обсуждение исходный текст
Ответ на Difference between materialized view and table  (sayali k <sayali_s_kulkarni@yahoo.co.in>)
Список pgsql-hackers
sayali k wrote:
> As of now, PGSQL does not support materialized views. Just wanted to confirm the difference between the materialized
viewand table. Is there some operation which can be performed only on a table and not on a materialized view or
vice-versa?

That's quite an academic question, given that we really don't support
materiealized views. Presumably updating materialized views would have
the same limitations as normal views; only simple views are updatable,
but you can create custom rules. Presumably physical level operations,
like CREATE INDEX, CLUSTER and VACUUM would work on materialized views
just like on tables.

Is that the kind of operations you were thinking of?

--  Heikki Linnakangas EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Back-patch support for python 2.5?
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Windows and locales and UTF-8 (oh my)