Re: Implementing Incremental View Maintenance - Mailing list pgsql-hackers

From Adam Brusselback
Subject Re: Implementing Incremental View Maintenance
Date
Msg-id CAMjNa7cX8-++asotpqX1BE24J-KUqe7Dv38CHa47TPdfmSqV5g@mail.gmail.com
Whole thread Raw
In response to Re: Implementing Incremental View Maintenance  (Yugo NAGATA <nagata@sraoss.co.jp>)
Responses Re: Implementing Incremental View Maintenance
List pgsql-hackers
Hey there Yugo,
I've asked a coworker to prepare a self contained example that encapsulates our multiple use cases.

The immediate/eager approach is exactly what we need, as within the same transaction we have statements that can cause one of those "materialized tables" to be updated, and then sometimes have the need to query that "materialized table" in a subsequent statement and need to see the changes reflected.

As soon as my coworker gets that example built up I'll send a followup with it attached.
Thank you,
Adam Brusselback

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: new heapcheck contrib module
Next
From: Dilip Kumar
Date:
Subject: Re: Is Recovery actually paused?