Click to copy
Queries • Reviewed for ksqlDB 0.29
How to Describe a Persistent Query in ksqlDB
S
imilarly to DESCRIBE
commands, to get more information about a persistent query,
use
a
n EXPLAIN
statement:
EXPLAIN query_id;
Was this article helpful?