Documentation Home
MySQL HeatWave User Guide
Related Documentation Download this Manual
PDF (US Ltr) - 1.4Mb
PDF (A4) - 1.4Mb


MySQL HeatWave User Guide  /  ...  /  Loading Data Manually

2.2.2 Loading Data Manually

Loading data manually involves the following steps:

  1. Excluding columns with unsupported data types. See Section 2.2.2.1, “Excluding Table Columns”.

  2. Defining RAPID as the secondary engine for tables you want to load. See Section 2.2.2.2, “Defining the Secondary Engine”.

  3. Optionally, applying string column encoding and data placement workload optimizations. For more information, see Section 2.7, “Workload Optimization”.

  4. Loading tables using ALTER TABLE ... SECONDARY_LOAD statements. See Section 2.2.2.3, “Loading Tables”.