azexcy commented on PR #29477:
URL: https://github.com/apache/shardingsphere/pull/29477#issuecomment-1864521878
example:
```
sharding_db=> show streaming status
j0302p0000a6b75349aa39dc7957ff5d11e70cbce3;
item | data_source | status | active |
processed_records_count | inventory_finished_percentage |
incremental_idle_seconds | confirmed_position | current_position | error_message
------+-------------+--------------------------+--------+-------------------------+-------------------------------+--------------------------+--------------------+------------------+---------------
0 | ds_0 | EXECUTE_INCREMENTAL_TASK | true | 100000
| 100 | 1779 | 5/588377F0
| 5/58839E48 |
1 | ds_1 | EXECUTE_INCREMENTAL_TASK | true | 10000
| 100 | 1779 | 2/3A9AB968
| 2/3AE1D408 |
(2 rows)
```
query current position:
```
opengauss=# select * from PG_CURRENT_XLOG_LOCATION();
pg_current_xlog_location
--------------------------
5/58839EC8
(1 row)
opengauss=#
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]