From the course: Oracle HeatWave MySQL Foundations

Unlock this course with a free trial

Join today to access over 25,600 courses taught by industry experts.

Monitoring data loading

Monitoring data loading

(gentle music) - Welcome to this lesson on monitoring the data loading operation. It shows the commands to monitor the load progress, and table level load status, and change propagation status. You can monitor the following information about data loading. You can monitor the overall load progress of an ongoing data loading operation, and the load progress of individual tables. The progress is shown in percentage. You can check the load status of individual tables. The load status indicates the state of the data load in each table. You can also check whether the change propagation of individual tables is enabled or not. You can monitor the overall load progress at table level load progress. You can monitor the overall load progress and table level load progress. Run this query to view the global status variable named rapid load progress. It shows a percentage of the overall load progress of all tables that are being loaded. The value is 100 if all tables have been fully loaded. Run…

Contents