Search Results
https://dev.mysql.com/doc/refman/9.7/en/srjs-libraries.html
(This is true of all JavaScript values that you wish to import into another routine; see export, in the Mozilla Developer documentation for more information). You can obtain general information about JavaScript libraries by querying the Information ... This section provides information about and examples of use of JavaScript libraries in JavaScript stored programs as supported by the Multilingual Engine (MLE) in MySQL Enterprise ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-learn-with-genai.html
Load MySQL AI Documentation Before using this feature, you must load the appropriate version of the MySQL AI documentation into the MySQL AI directory defined by secure_file_priv. Log into your MySQL AI instance and upload the PDF file to the MySQL ... The NL2ML routine enables you to learn about MySQL AI AutoML by providing relevant citations to MySQL AI ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-mysqlai-ml-model-import.html
Use the ML_MODEL_IMPORT routine to import a pre-trained model into your model catalog. Models in ONNX format (.onnx) cannot be loaded directly into a MySQL table. Before running ML_MODEL_IMPORT, follow the instructions in Import an External ONNX ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-update-vector-store.html
The following sections in this topic describe how to update a vector store: Before You Begin Load Data Incrementally into the Vector Store Table Delete and Recreate the Vector Store What's Next Before You Begin Complete the steps to set up a vector ... To keep up with the changes and updates in the documents in your Object Storage, you must update the vector embeddings loaded in the vector store table on a regular ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-auto-loading-data-rp.html
Create file items as needed to identify the files to load into the table. What's Next After successfully creating external tables and specifying the files to load data into the table, learn how to Load Structured Data Using Auto Parallel Load.
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-loading-data-manually.html
After creating an external table manually and specifying the files to load into the table, you have the option (as of MySQL 9.6.0) to validate a load command before loading data into the external table. Load and Validate Tables Statement To load an ...This topic contains the following sections: Before You Begin Load and Validate Tables Statement Guided Load Validate Load Load External Data Manually Example What's Next Before You Begin Complete the steps to Create an External Table ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-loading-data-par.html
To specify multiple external files into one external table, you can create a folder in the Object Storage bucket and upload the required files into that folder. See the following to learn more: Regular Expression Syntax Modified ECMAScript regular ... Review the following examples to see the different ways to use pre-authenticated requests (PAR) to specify files when creating external tables ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-loading-data-resource-principal.html
Create file items as needed to specify the files to load into the table. See the following to learn more: Regular Expression Syntax Modified ECMAScript regular expression grammar The following example specifies all files in the data_files folder ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-import-cluster.html
import cluster [--dryrun|-y] [--remove-angel] cluster_name This command imports a MySQL NDB Cluster created independently of MySQL Cluster Manager into a cluster named cluster_name that has been created in MySQL Cluster Manager. import cluster ...
https://dev.mysql.com/doc/refman/9.7/en/alter-table-partition-operations.html
In this case, partitions 4 and 5 are merged into the first 4 partitions (the partitions numbered 0, 1, 2, and 3). This statement can be used in several ways: To merge a set of partitions into a single partition. Partitioning-related clauses for ...