Similar to traditional databases, RisingWave supports data updates and deletions within tables. Additionally, when data in a table is modified or deleted, any materialized views built on that table will be updated accordingly.
CREATE TABLE ... WITH ...
statement. Of course, since RisingWave does not support transactions, users need to be extra careful with data accuracy;t
and a materialized view mv
: