Re: Materialized views WIP patch

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Materialized views WIP patch
Дата
Msg-id 20130116054055.324960@gmx.com
обсуждение исходный текст
Ответ на Materialized views WIP patch  ("Kevin Grittner" <kgrittn@mail.com>)
Ответы Re: Materialized views WIP patch  (Thom Brown <thom@linux.com>)
Re: Materialized views WIP patch  (Simon Riggs <simon@2ndquadrant.com>)
Re: Materialized views WIP patch  (Noah Misch <noah@leadboat.com>)
Список pgsql-hackers
Here is a new version of the patch, with most issues discussed in
previous posts fixed.

I've been struggling with two areas:

 - pg_dump sorting for MVs which depend on other MVs
 - proper handling of the relisvalid flag for unlogged MVs after recovery

I've been hacking at the code in those areas without success;
what's here is the least broken form I have, but work is still
needed for these cases. Any other problems are news to me.

In addition, the docs need another pass, and there is an open
question about what is the right thing to use for TRUNCATE syntax.

-Kevin

Вложения

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

Предыдущее
От: Jeff Janes
Дата:
Сообщение: Re: Parallel query execution
Следующее
От: Pavan Deolasee
Дата:
Сообщение: Re: pg_dump transaction's read-only mode