Search



Search Results
Displaying 1081 to 1090 of 3428 total results
https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-vector-store-load.html
This routine creates an asynchronous task which loads vector store tables in the background. Note It is recommended that you create five or less vector store load tasks at a time. To learn how to create PAR for your , see Creating a PAR request in .
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-deploying-egress-privatelink.html
Configure your replication source by: Following the instructions given in Source Configuration Creating a Replication User On a Source Server Create the requisite networking resources in your AWS account by following the instructions given in ...To ... Deploying an Egress PrivateLink 6.2 Deploying an Egress PrivateLink Overview Certain features like inbound replication require egress connections from your MySQL HeatWave on AWS DB System to your AWS ...
https://dev.mysql.com/doc/refman/8.4/en/replication-gtids-functions.html
This section provides examples of stored functions (see Chapter 27, Stored Objects) which you can create using some of the built-in functions provided by MySQL for use with GTID-based replication, listed here: GTID_SUBSET(): Shows whether one GTID ...GTID_SUBTRACT(): Returns the GTIDs from one GTID set that are not in ...
https://dev.mysql.com/doc/refman/8.4/en/stored-program-restrictions.html
Because local variables are in scope only during stored program execution, references to them are not permitted in prepared statements created within a stored program. An event may not be created from within a stored program. An event also may not ...Some of the restrictions noted here apply to all stored routines; that is, both to stored procedures and stored ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-vector-store-load.html
To test the steps in this topic, create a folder demo-directory inside the vector store director /var/lib/mysql-files for storing files that you want to ingest into the vector store. Then, download and place the MySQL HeatWave user guide PDF in the ... This section describes how to generate vector embeddings for files or folders, and load the embeddings into a vector store ...
https://dev.mysql.com/doc/internals/en/perfect-cleanup.html
Do not forget to remove all users you created and all permissions you granted. Cleaning up becomes much more comfortable and less error prone if you create your "own" database and create all tables there. Close all connections which you have ...At ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbinterpretedcode.html
Description NdbInterpretedCode represents an interpreted program for use in operations created using NdbRecord, or with scans created using the old API. To create an NdbInterpretedCode object, invoke the constructor, optionally supplying a table for ... This section provides information about the NdbInterpretedCode class, which can be used to prepare and execute an NDB API interpreted ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndboperation.html
A second call with the same argument returns the previously created handle. Once the read operation has been executed, an NdbLockHandle can be used to create a new unlock operation (with NdbTransaction::unlock()). (Use data, possibly making calls to ...Beginning with NDB 8.0.30, NdbOperation supports an interpreted code API similar to that implemented by ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-chat-details.html
That is, it creates a machine learning model by analyzing a labeled dataset to learn patterns that enable it to predict labels based on the features of the dataset. The specific algorithm used depends on the characteristics of the data being ...
https://dev.mysql.com/doc/refman/8.4/en/analyze-table.html
MySQL also supports setting the histogram of a single column to a user-defined JSON value. When sampling user data as part of building a histogram, not all values are read; this may lead to missing some values considered important. The sampling-rate ...ANALYZE [NO_WRITE_TO_BINLOG | LOCAL] TABLE tbl_name UPDATE HISTOGRAM ON col_name [, col_name] ...
Displaying 1081 to 1090 of 3428 total results