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.
Debugging queries
From the course: Oracle HeatWave MySQL Foundations
Debugging queries
(warm music) - [Instructor] Welcome to this lesson on debugging queries that cannot run on HeatWave. It covers the steps to identify the reason why a query is not offloaded to the HeatWave cluster for execution. There are many reasons why a query is not offloaded to the HeatWave cluster for execution. The first reason is that the HeatWave cluster has failed or stopped working. The second reason is that at least one of the tables accessed by the query is not loaded into the HeatWave cluster. The query also cannot be offloaded to the HeatWave cluster if a column accessed by the query is excluded from the RAPID secondary engine, A query is not offloaded to the HeatWave cluster if the optimizer estimates that the query execution cost will be less than the HeatWave query cost threshold. A query cannot be offloaded to the HeatWave cluster if it uses an unsupported predicate, function, operator, or has encountered some other limitation of HeatWave. The optimizer trace can be used to identify…
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)
-