all-things-risingwave

How can I view the details of a stream plan in SQL?

I want to know how to access the details of a stream plan in SQL. Is there a specific command or method to do this?

JJ

JJ

Asked on May 25, 2022

  • You can use the SQL command EXPLAIN to view the details of a stream plan.
  • For example, you can use explain create materialized view ... to get insights into the stream plan before an optimizer doc is added.
May 25, 2022Edited by