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


HeatWave User Guide  /  ...  /  Unloading Data Using Auto Unload

2.7.3 Unloading Data Using Auto Unload

Auto Unload facilitates the process of unloading data from HeatWave by automating many of the steps involved, including:

Auto Unload, which can be run from any MySQL client or connector, is implemented as a stored procedure named heatwave_unload, which resides in the MySQL sys schema. Running Auto Unload involves issuing a CALL statement for the stored procedure, which takes schemas and options as arguments; for example, this statement unloads the tpch schema:

mysql>CALL sys.heatwave_unload(JSON_ARRAY("tpch"), NULL);