Each streaming job, for example, a materialized view, is composed of multiple fragments that form a Directed Acyclic Graph (DAG).
15002→15001
and 15003→15002
are high. Considering backpressure can be passed to preceding fragments, the root cause is probably 15001
.
To find out the corresponding part in your SQL query, refer to the RisingWave Dashboard and access the “Fragment” panel. Additionally, run EXPLAIN CREATE MATERIALIZED VIEW …
to see the query plan and find out the part corresponding to the problematic fragments.
array_agg
.