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 samemodel_handle
. -
model_handle
A primary key, and a foreign key that references
model_handle
in theMODEL_CATALOG
table. -
model_object
A string in JSON format containing the serialized HeatWave AutoML model.