HeatWave Lakehouse extends Auto Parallel Load in two ways:
Lakehouse Auto Parallel Load includes schema inference which analyzes the external data to infer the table structure.
Lakehouse Auto Parallel Load uses the
external_tables
option to enable loading data from external sources. See: Section 5.2.4.2, “Lakehouse Auto Parallel Load with the external_tables Option”. Do not use as of MySQL 8.4.0.external_tables
will be deprecated in a future release.As of MySQL 8.4.0, Lakehouse Auto Parallel Load uses the
db_object
withtable
orexclude_tables
instead. See: Section 2.2.3.2, “Auto Parallel Load Syntax”.
Lakehouse Auto Parallel Load facilitates the process of loading data into HeatWave by automating many of the steps involved, including:
All these steps: Section 2.2.3, “Loading Data Using Auto Parallel Load”.
Defining
lakehouse
as the engine for tables that are to be loaded.Defining the
ENGINE_ATTRIBUTE
for tables that are to be loaded.
Lakehouse Auto Parallel Load includes Lakehouse Incremental Load that can refresh tables after an initial load.