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


HeatWave User Guide  /  ...  /  The Model Object Catalog Table

3.14.1.2 The Model Object Catalog Table

Introduced in MySQL 9.0.0 to support large models. The model_object_catalog table has the following columns:

  • chunk_id

    A primary key, and an auto-incrementing numeric identifier for the chunk. chunk_id is unique for the chunks sharing the same model_handle.

  • model_handle

    A primary key, and a foreign key that references model_handle in the MODEL_CATALOG table.

  • model_object

    A string in JSON format containing the serialized HeatWave AutoML model.