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.
Unloading data
From the course: Oracle HeatWave MySQL Foundations
Unloading data
(bright music) - [Instructor] Welcome to this lesson on unloading data from HeatWave cluster. It explains how to unload data manually and how to unload data by invoking the auto unload utility. Tables can be unloaded from the HeatWave cluster. For each table that you want to unload from the HeatWave cluster, run the ALTER TABLE statement with the SECONDARY_UNLOAD option. It removes the data from the HeatWave cluster and frees up the memory of the HeatWave nodes. The data in the database system is not affected. After unloading the data of a table, you can remove the rapid secondary engine from the table. For each table, run the ALTER TABLE statement with the SECONDARY_ENGINE = NULL. This removes the rapid secondary engine from the table. It prevents the table from being loaded into the HeatWave cluster. The data in the database system is not affected. Unloading multiple tables from HeatWave cluster can be a tedious task. The auto unload utility automates and simplifies the steps. It…
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)
-