|
|
|
|
|
by iTokio
819 days ago
|
|
Is this feature even possible?
How can the database unravel a complex queries with derived data to minimal updates from its normalized parts? The easy way is to rebuild everything if any “from table” as been modified. The manual way is to create triggers that perform the minimal updates. |
|
Streaming frameworks like Kafka Streams and Flink have incrementally updating tables in memory.
Materialize is built around the concept with a Postgres compatible API.
ClickHouse materialized views act like insert triggers which update when the base table is updated.