Related Documentation Download this Manual
PDF (US Ltr) - 2.1Mb
PDF (A4) - 2.1Mb


HeatWave User Guide  /  ...  /  Loading Data Using Auto Parallel Load

5.2.4 Loading Data Using Auto Parallel Load

HeatWave Lakehouse extends Auto Parallel Load in two ways:

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.

  • Loading CSV files without having to specify the exact record and field delimiters. The detected delimiters are then used in the generated CREATE TABLE statement. If the table is already created, then an ALTER TABLE statement is issued to update the ENGINE_ATTRIBUTE option for the table, which replaces values of delimiter parameters that are set to auto with the detected delimiters. For more information, see Section 5.2.2, “Lakehouse External Table Syntax”. This is supported from MySQL 9.2.0.

Lakehouse Auto Parallel Load includes Lakehouse Incremental Load that can refresh tables after an initial load.