Refresh Materialized View - Mailing list pgsql-general

From Jayadevan M
Subject Refresh Materialized View
Date
Msg-id CAFS1N4jWELmbJgfsvgZ3zUnbkJoRbmcE7d2vo3tg2yH3sSf9jA@mail.gmail.com
Whole thread Raw
Responses Re: Refresh Materialized View  (Jayadevan M <maymala.jayadevan@gmail.com>)
List pgsql-general
Hello all,
A few questions about materialized views.
When I refresh a materialized view, is it a DELETE/INSERT behind the scenes?
Do we need to vacuum to reclaim space?
If a query is executed against the view when the refresh is happening, will the query see the data before the refresh started?
Does the refresh result in exclusive locking?
Regards,
Jayadevan

pgsql-general by date:

Previous
From: Erik Darling
Date:
Subject: Re: How to delete completely duplicate rows
Next
From: Jayadevan M
Date:
Subject: Re: Refresh Materialized View