|
|
|
|
|
by pgaddict
3359 days ago
|
|
I wonder why not to go for a changelog-based implementation. Instead of modifying the materialized view directly, write the changes into a changelog, and then update the matview in the background. More efficient, less locking issues, etc. |
|