HeatWave Release Notes
To load a table into HeatWave, specify the
SECONDARY_LOAD
clause in an
ALTER TABLE
statement.
mysql> ALTER TABLE tbl_name SECONDARY_LOAD;
The SECONDARY_LOAD
clause has these
properties:
Data is read using the
READ COMMITTED
isolation level.