Refresh materialized view deadlocking? - Mailing list pgsql-general

From Xiao Ba
Subject Refresh materialized view deadlocking?
Date
Msg-id CAO5qf+2NZRv8zXgT0uYC7Bs2ms7ECE6CR1YSiTmOMZGvy8xfjg@mail.gmail.com
Whole thread Raw
Responses Re: Refresh materialized view deadlocking?  (Akshaya Acharya <akshaya.acharya.01@gmail.com>)
List pgsql-general
I have a materialized view that gets refreshed concurrently every 10 seconds (b/c it contains time sensitive stuff). At times it appears to get backed up so there are multiple refreshes queued and then gets stuck waiting for a lock? Does anybody know if this is expected behavior? Am I supposed to be manually managing to ensure that only one refresh is being requested at a time?

Thanks,
Xiao

pgsql-general by date:

Previous
From: Ravi Krishna
Date:
Subject: Re: Disabling/Enabling index before bulk loading
Next
From: Akshaya Acharya
Date:
Subject: Re: Refresh materialized view deadlocking?