Upgrade and Installation
Model Schema Restrictions
As of this release, you can create models only in public
and user-created schemas (excluding HCatalog
). Attempts to create models elsewhere return an error. If the upgrade finds a model that was created in a schema that does not conform with this restriction, it moves the model to the public
schema. If another object of the same name already exists in public
, the upgrade renames the moved model as follows:
model‑name >> model‑name_vN
where N is an integer ≥ 0. If model‑name_vN identifies an object that already exists in the schema, Vertica increments N until it finds a name that is unique in the schema. After the upgrade is complete, check the Vertica log for all changes of this type.