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 manually
From the course: Oracle HeatWave MySQL Foundations
Loading data manually
(gentle music) - [Hope] Welcome to this lesson on Loading Data Manually into HeatWave Cluster. It covers the steps and commands to load tables into the HeatWave cluster. You must perform the following steps to load data manually into the HeatWave cluster. First, identify all the tables containing data which you want to load into the HeatWave cluster. Then you must exclude any columns with unsupported data types. You can also exclude columns that are not used in your queries. Optionally, you can specify the string column and coding option and the data placement key. Next, specify RAPID as the secondary engine option of the tables. Finally, invoke the command to load the tables into HeatWave cluster. The first step is to identify all tables that you need to load into HeatWave. Inspect all your analytical queries that you want to speed up with HeatWave. Identify all the tables used in those queries. You may also want to identify all columns used in the queries. All tables and columns…
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)
-