Skip to main content

SHOW PROGRESS

Note

SDK methods: getLoadStateV2, describeIndex.

Check Loading Progress

SHOW PROGRESS OF LOADING ON TABLE table_name;
SHOW PROGRESS OF LOADING ON TABLE table_name PARTITION partition_name;

Check Index Building Progress

SHOW PROGRESS OF INDEX ON TABLE table_name;
SHOW PROGRESS OF INDEX index_name ON TABLE table_name;

Loading progress observes the current load state; it does not initiate LOAD or identify an independent refresh task. Index progress reads index descriptions; see SHOW INDEX for returned values.

SHOW PROGRESS OF LOADING returns PROGRESS (BIGINT). SHOW PROGRESS OF INDEX returns TOTAL and INDEXED (BIGINT); without an index name it sums the index records returned by the SDK, not a percentage.