Обсуждение: RFC: Allow materialized views to use unlogged data store

Поиск
Список
Период
Сортировка

RFC: Allow materialized views to use unlogged data store

От
"Joshua D. Drake"
Дата:
-hackers,

What do we think about $subject? In short, the underlying table of an MV 
would have the option of being unlogged.

JD
-- 
Command Prompt, Inc. - http://www.commandprompt.com/  503-667-4564
PostgreSQL Centered full stack support, consulting and development.
Announcing "I'm offended" is basically telling the world you can't
control your own emotions, so everyone else should do it for you.



Re: RFC: Allow materialized views to use unlogged data store

От
Andres Freund
Дата:
On 2015-07-21 14:38:24 -0700, Joshua D. Drake wrote:
> What do we think about $subject? In short, the underlying table of an MV
> would have the option of being unlogged.

There was a rather long thread about the difficulities of doing so
correctly back when matviews went in. It's not just a line of code or
10.

Andres