Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-byo-embedding-tables.html
To Run Batch Queries, add the natural-language queries to a column in a new or existing table. If the specified table doesn't exist, a new table is created. As of MySQL 9.2.1, MySQL HeatWave GenAI lets you use tables containing your own vector ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-auto-load.html
If the table already exists, but has no data, use the existing column names with the exclude_list option. Note Do not use the external_tables option as of MySQL 8.4.0. The Auto Parallel Load external_tables option is a JSON array that includes one ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-auto-loading-data-par.html
MySQL HeatWave automatically creates the database if it does not exist. MySQL HeatWave automatically creates the table if it does not exist. Review the following examples to see the different ways to use pre-authenticated requests (PAR) and Auto ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-auto-loading-data-rp.html
MySQL HeatWave automatically creates the database if it does not exist. MySQL HeatWave automatically creates the table if it does not exist. Review the following examples to see the different ways to use resource principals and Auto Parallel Load ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-auto-parallel-load-overview.html
If the tables already exist, Lakehouse Auto Parallel Load analyzes the data, infers the table structure, and then modifies the structure to avoid errors during data load. To learn more, see Load External Data Using Lakehouse Auto Parallel Load with ... Lakehouse Auto Parallel Load, which extends the Auto Parallel Load feature of MySQL HeatWave, facilitates the process of loading data from Object Storage into MySQL HeatWave by automating many of the steps involved, including: Excluding schemas, tables, and columns that Auto Parallel Load cannot ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-create-table-auto-parallel-load-task.html
You can use Auto Parallel Load to set up the automatic creation of an external table along with the loading of data from files in Object Storage. We recommend setting up Auto Parallel Load with an input_list variable, and then using the ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-limitations-other.html
EXCEPT, EXCEPT ALL, INTERSECT, INTERSECT ALL, UNION and UNION ALL subqueries with or without an ORDER BY or LIMIT clause, between dictionary-encoded columns, between ENUM columns, or specified in an IN or EXISTS clause. For a list of supported SQL ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-lakehouse.html
If the database does not exist, MySQL HeatWave automatically creates it. If the table does not exist, MySQL HeatWave automatically creates it. If you have external data that you want to use with MySQL HeatWave AutoML, you can load it directly from ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-model-export.html
ML_MODEL_EXPORT should work regardless of model_metadata.status: If there is no corresponding row in the model_object_catalog for an existing model_handle in the MODEL_CATALOG: There should be only one row in the output table with chunk_id = 0, ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-model-import.html
Specify a model handle that does not already exist in the model catalog. Use the ML_MODEL_IMPORT routine to import a pre-trained model into your model catalog. To learn how to use ML_MODEL_IMPORT to share models, see Share a Model. ML_MODEL_IMPORT ...