Re: Efficiency of materialized views refresh in 9.3

Поиск
Список
Период
Сортировка
От Joe Van Dyk
Тема Re: Efficiency of materialized views refresh in 9.3
Дата
Msg-id CACfv+p+ijLBo-pvAt8ZvOephQZtXv0ekDdE4KRmueD-7dZfnkA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Efficiency of materialized views refresh in 9.3  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-general
On Thu, Jul 4, 2013 at 4:22 PM, Michael Paquier <michael.paquier@gmail.com> wrote:
On Fri, Jul 5, 2013 at 6:10 AM, Joe Van Dyk <joe@tanga.com> wrote:
> Hi,
>
> Is refreshing a materialized view in 9.3 basically:
>
>   delete from mat_view;
>   insert into mat_view select * from base_view;
Nope. Here is some documentation:
http://www.postgresql.org/docs/devel/static/rules-materializedviews.html


I meant for how postgres handles the refresh behind the scenes, not how the user actually does a refresh.

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

Предыдущее
От: Dennis Jenkins
Дата:
Сообщение: Re: "soft lockup" in kernel
Следующее
От: Vick Khera
Дата:
Сообщение: Re: Application locking