Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-model-catalog-table.html
As of MySQL 9.0.0, models are stored in the model_object_catalog table, and the model_object is set to NULL. The Model Object Catalog Table As of MySQL 9.0.0, models are chunked and stored uncompressed in the model_object_catalog table. A call to ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-training-a-recommendation-model.html
The model also generates a table of interactions that stores each interaction between a user and item. If you do not define the model handle before training the model, the model handle is automatically generated, and the session variable only stores ... After preparing the data for a recommendation model, you can train the ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-0-27-u2.html
(WL #14752) The rpd_query_stats table, which stores MySQL HeatWave query history (compilation and execution statistics), now stores data for the last 1000 executed queries. Functionality Added or Changed MySQL HeatWave now supports querying views.
https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-0-28-u2.html
MySQL HeatWave AutoML Functionality Added or Changed MySQL HeatWave AutoML MySQL HeatWave customers now have access to MySQL HeatWave AutoML, which is a fully managed, highly scalable, cost-efficient, machine learning solution for data stored in ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-9-3-0.html
This default value change impacts the following processes: New vector store tables are created using multilingual-e5-small by default. (WL #16758) MySQL HeatWave MySQL HeatWave now supports the creation of temporary tables, which are stored in a ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-9-5-0.html
(WL #16950) MySQL HeatWave GenAI now supports automatic creation of Vector Indexes using advanced index structures like Hierarchical Navigable Small World (HNSW) for frequently queried vector columns in vector store and embedding tables, enabling ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-dbsystem-create.html
Restore the data from a backup of the old DB System to the new DB System. Creating a DB System 3.3 Creating a DB System Check that the correct AWS region is shown at the top of the MySQL HeatWave Console. If it is not, see: Manage Regions Creating ...
https://dev.mysql.com/doc/refman/8.4/en/account-categories.html
To set the DEFINER attribute for a stored object to an account that has the SYSTEM_USER privilege, you must have the SYSTEM_USER privilege, in addition to any other required privilege. Statements executed by a stored object invoked within a session ... MySQL incorporates the concept of user account categories, based on the SYSTEM_USER ...
https://dev.mysql.com/doc/refman/8.4/en/alter-function.html
ALTER FUNCTION func_name [characteristic ...] characteristic: { COMMENT 'string' | LANGUAGE SQL | { CONTAINS SQL | NO SQL | READS SQL DATA | MODIFIES SQL DATA } | SQL SECURITY { DEFINER | INVOKER } } This statement can be used to change the ...More ...
https://dev.mysql.com/doc/refman/8.4/en/binary-log-setting.html
There are exceptions when you cannot switch the replication format at runtime: The replication format cannot be changed from within a stored function or a trigger. Where possible, rows stored in the binary log are grouped into events with a size not ... You can select the binary logging format explicitly by starting the MySQL server with ...