|
|
|
|
|
by jpalomaki
1267 days ago
|
|
This causes the whole materialized view to update. If the underlying query is complex (which it usually is - otherwise you would not need the view), you often don't want to rerun it for every update. With the separate tools the idea is to stream the incoming updates and keep the materialized views up to date all the time. |
|