V$SESSION_LONGOPS displays the progress of ongoing operations.
Name |
Type |
Description |
|---|---|---|
sid |
Bigint |
OID of the running background process |
serial# |
Integer |
Sequence number of the running background process, which is 0 in GaussDB(DWS). |
sofar |
Integer |
Completed workload, which is empty in GaussDB(DWS). |
totalwork |
Integer |
Total workload, which is empty in GaussDB(DWS). |