Commands
SHOW JOBS
Use SHOW JOBS
to get all streaming jobs that are in progress, including their IDs, the specific statements, and their progresses.
In RisingWave, a streaming job refers to the creation of a materialized view, an index, a table, a sink or a source with connectors. If a streaming job takes too long, you can use the CANCEL JOBS to cancel it.
Syntax
Parameters
Parameter | Description |
---|---|
LIKE_expression | Filters the output based on names by applying pattern matching. See details in LIKE pattern matching expressions. |
Example
Related topics
Was this page helpful?