From the course: Oracle HeatWave MySQL Foundations
Unlock this course with a free trial
Join today to access over 24,000 courses taught by industry experts.
Loading data using Auto Parallel Load
From the course: Oracle HeatWave MySQL Foundations
Loading data using Auto Parallel Load
(gentle music) - [Lecturer] Welcome to this lesson on loading data using Auto Parallel Load. It explains how to invoke Auto Parallel Load with various options and view the generated report. Auto Parallel Load automates the steps of loading data into HeatWave. It excludes tables and columns that cannot be loaded, such as columns with unsupported data types or tables with too many columns. It defines the RAPID secondary engine for tables that are to be loaded. It verifies that there is sufficient memory available for the loaded data. It optimizes the load parallelism based on machine learning models. And it loads the data into HeatWave and generates a report. To initiate Auto Parallel Load, you just need to run one command to invoke a stored procedure and provide a list of schemas that you want to load. Auto Parallel Load has additional requirements in addition to the requirements of loading data into HeatWave. The user must have the following MySQL privileges: The PROCESS privilege…
Contents
-
-
-
-
-
-
(Locked)
Loading data into a HeatWave cluster: Overview3m 16s
-
(Locked)
Loading data manually6m 3s
-
(Locked)
Loading data using Auto Parallel Load7m 30s
-
(Locked)
Monitoring data loading3m 4s
-
(Locked)
Unloading data4m 46s
-
(Locked)
Practice 2: Overview2m 32s
-
(Locked)
Practice 2-1: Loading data manually into a HeatWave cluster6m 24s
-
(Locked)
Practice 2-2: Loading data with Auto Parallel Load5m 9s
-
(Locked)
Practice 2-3: Monitoring data loading into a HeatWave cluster2m 58s
-
(Locked)
Practice 2-4: Unloading data from a HeatWave cluster5m 5s
-
(Locked)
Offloading queries to HeatWave4m 33s
-
(Locked)
Debugging queries3m 53s
-
(Locked)
Practice 3: Overview1m 12s
-
(Locked)
Practice 3-1: Offloading queries to HeatWave cluster5m 8s
-
(Locked)
Practice 3-2: Debugging queries that are not offloaded to HeatWave cluster5m 15s
-
(Locked)
-