The SHOW STREAMING LIST syntax is used to query the CDC streaming job list.
ShowStreamingList ::=
'SHOW' 'STREAMING' 'LIST'
| Column | Description |
|---|---|
| id | CDC streaming job id |
| database | database name |
| tables | CDC streaming tables |
| job_item_count | CDC streaming job item count |
| active | whether the job is active |
| create_time | job create time |
| stop_time | job stop time |
SHOW STREAMING LIST;
sharding_db=> SHOW STREAMING LIST;
id | database | tables | job_item_count | active | create_time | stop_time
--------------------------------------------+-------------+---------+----------------+--------+---------------------+-----------
j0302p0000702a83116fcee83f70419ca5e2993791 | sharding_db | t_order | 1 | true | 2023-10-27 22:01:27 |
(1 row)
SHOW, STREAMING, LIST
