Search



Search Results
Displaying 391 to 400 of 1932 total results
https://dev.mysql.com/doc/ndb-operator/8.4/en/contributing-code.html
You can do so using GitHub, or directly to MySQL at Oracle using bugs.mysql.com .
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-deploying-basic-routing.html
[logger] level = INFO [routing:secondary] bind_address = localhost bind_port = 7001 destinations = foo.example.org:3306,bar.example.org:3306,baz.example.org:3306 routing_strategy = round-robin [routing:primary] bind_address = localhost bind_port = ... The Connection Routing plugin performs connection-based routing, meaning it forwards packets to the server without inspecting ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-rpd-nodes-table.html
The rpd_nodes table has these columns: ID A unique identifier for the MySQL AI Engine (AI engine). If a query starts and finishes in the four seconds between refreshes, the memory used by the query is not accounted for in the reported value.
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-chat.html
This topic contains the following sections: HEATWAVE_CHAT Syntax @chat_options Parameters Syntax Examples See Also HEATWAVE_CHAT Syntax mysql> CALL sys.HEATWAVE_CHAT('QueryInNaturalLanguage'); The HEATWAVE_CHAT routine accepts one input parameter: ... The HEATWAVE_CHAT routine automatically calls the ML_RAG routine which loads an LLM and runs a semantic search on the available vector stores by ...
https://dev.mysql.com/doc/internals/en/guided-tour-skeleton.html
Important files we'll be walking through: /sql/mysqld.cc /sql/sql_parse.cc /sql/sql_prepare.cc /sql/sql_insert.cc /sql/ha_myisam.cc /myisam/mi_write.c This is not as simple as what we've just done. But the server is important, and if you can grasp ... And now we're going to walk through something harder, namely the ...
https://dev.mysql.com/doc/refman/8.4/en/show-replica-status.html
When run concurrently with STOP REPLICA, SHOW REPLICA STATUS returns without waiting for STOP REPLICA to finish shutting down the replication SQL (applier) thread or replication I/O (receiver) thread (or both). If you issue this statement using the ... SHOW REPLICA STATUS [FOR CHANNEL channel] This statement provides status information on essential parameters of the replica ...
https://dev.mysql.com/doc/workbench/en/wb-data-modeling-menus.html
Some menu items are not available in the MySQL Workbench Community Edition of this application, and are available only in the MySQL Workbench Commercial Editions. The following submenu items apply to the active model tab, EER diagram tab, or both: ...9.1.1.1.1 The File Menu Use the File menu to open a project, begin a new project, or save a ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-create-table-manually-task.html
mysql> CREATE DATABASE bank_data; mysql> USE DATABASE bank_data; Set up the CREATE EXTERNAL TABLE statement and the ENGINE_ATTRIBUTE options to specify the parameters needed to process the external files. In versions earlier than MySQL 9.4.0, you ...
https://dev.mysql.com/doc/refman/8.4/en/bnl-bka-optimization.html
In MySQL, a Batched Key Access (BKA) Join algorithm is available that uses both index access to the joined table and a join buffer. For information about semijoin strategies, see Optimizing IN and EXISTS Subquery Predicates with Semijoin ...The BKA ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-logs-cluster-log.html
Disconnected Connection 8 ALERT Node data_node_id: Communication to Node api_node_id closed The API node or SQL node having node ID api_node_id is no longer communicating with data node data_node_id. CommunicationClosed Connection 8 INFO Node ...
Displaying 391 to 400 of 1932 total results