Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-javascript-documents-modify.html
mysql-js> db.countryinfo.modify("Name = 'France'").arrayDelete("$.Airports[1]") Related Information The MySQL Reference Manual provides instructions to help you search for and modify JSON values. In the following example, the modify() method uses ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-python-documents-modify.html
mysql-py> db.countryinfo.modify("Name = 'France'").array_delete("$.Airports[1]") Related Information The MySQL Reference Manual provides instructions to help you search for and modify JSON values. In the following example, the modify() method uses ... You can use the modify() method to update one or more documents in a ...
https://dev.mysql.com/doc/ndbapi/en/overview-terminology.html
(This is known as forced shutdown or node failure; the other cases discussed here involve manually shutting down the node and restarting it). Abstract This section provides a glossary of terms which are unique to the NDB and MGM APIs, or that have ...The terms in the following list are useful to an understanding of NDB Cluster, the NDB API, or have a specialized meaning when used in one of these: ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-backup.html
This section provides information about the functions provided in the MGM API for starting and stopping NDB Cluster backups. ndb_mgm_start_backup() ndb_mgm_start_backup2() ndb_mgm_start_backup3() ndb_mgm_start_backup4() ndb_mgm_abort_backup() ...A ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-byo-embedding-tables.html
As of MySQL 9.2.1, MySQL HeatWave GenAI lets you use tables containing your own vector embedding to run retrieval-augemented generation (RAG) with vector search. The routine uses this embedding model name to find relevant tables for context ...The ...
https://dev.mysql.com/doc/refman/8.4/en/source-configuration-options.html
Typically, you do this using options on the CMake command line. This value is used as the parent location for several of the installation subdirectories. NDB 8.0.31 and later: Deprecated; use WITH_NDB instead OFF WITH_NDBCLUSTER_STORAGE_ENGINE Prior ... The CMake program provides a great deal of control over how you configure a MySQL source ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-genai-rag.html
This topic contains the following sections: Before You Begin Retrieving Context and Generating Relevant Content Retrieving Context Without Generating Content Running Batch Queries Cleaning Up What's Next Before You Begin Complete the steps to set up ... The ML_RAG routine runs retrieval-augmented generation which aims to generate more accurate responses for your ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-innodb-adaptivehashactivity-category.html
Hash Searches Per Sec The per second average of the searches within InnoDB satisified by the adaptive hash index. This variable is no longer available as of MySQL version 5.1.28. Non Hash Searches Per Sec The per second average of the searches ...
https://dev.mysql.com/doc/mysql-installer/en/MySQLInstallerConsole.html
This reference includes: MySQL Product Names Command Syntax Command Actions The console is installed when MySQL Installer is initially executed and then available within the MySQL Installer for Windows directory. If the * character is detected at ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndb-cluster-connection.html
If this mehtod is not called for a connection, the search path is the compiled-in default (WITH_NDB_TLS_SEARCH_PATH), and the TLS level is 0 (relaxed). This section provides information about the Ndb_cluster_connection class, which models a ...By ...