Normalizing denormalization with materialized views

Поиск
Список
Период
Сортировка
От Robert James
Тема Normalizing denormalization with materialized views
Дата
Msg-id e09785e00803111019m5e197fb8l613a49fb6b00ebb5@mail.gmail.com
обсуждение исходный текст
Список pgsql-general
When forced to denormalize for performance reasons, how do you ensure data integrity? I like to, instead of denormalizing, use materialized views, which offer lots of the same benefits without the costs.  Yet, in Postgres they're only experimental add-ons, not to be relied on for production use.

Is there a timetable for supporting materialized views in Postgres proper?
Are other people interested in them (it's #1 on my miss-from-Oracle list)?
What other solutions do people use? (Triggers could work well, if they're done right)

SRJ

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

Предыдущее
От: "Kynn Jones"
Дата:
Сообщение: Re: ISO something like "#if 0 ... #endif" for SQL code
Следующее
От: Joshua
Дата:
Сообщение: basic plpgsql / sql funtion question