Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-config.html
                                 This tool extracts current configuration information for data nodes, SQL nodes, and API nodes from one of a number of sources: an NDB Cluster management node, or its config.ini or my.cnf file. By default, the management node is the source for the ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/partitioning-types.html
                                 This section discusses the types of partitioning which are available in MySQL 8.4. This type of partitioning assigns rows to partitions based on column values falling within a given range. For information about an extension to this type, RANGE ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/precision-math-rounding.html
                                 This section discusses precision math rounding for the ROUND() function and for inserts into columns with exact-value types (DECIMAL and integer). The ROUND() function rounds differently depending on whether its argument is exact or approximate: ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/telemetry-trace-configuration.html
                                Server Configuration Client Configuration Client Configuration Example Server Configuration The following are the server trace telemetry configuration variables: telemetry.trace_enabled System Variable telemetry.trace_enabled Scope Global Dynamic ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-byo-embedding-tables.html
                                 GenAI lets you use tables containing your own vector embedding to run retrieval-augmented generation (RAG) with vector search. The ML_RAG and ML_RAG_TABLE routines let you specify the table column names to use as filters for finding relevant tables ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-aiaml-error-messages.html
                                 Each error message includes an error number, SQLSTATE value, and message string, as described in Error Message Sources and Elements. Error number: ML001016; SQLSTATE: HY000 Message: Only classification, regression, and forecasting tasks are ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/mgm-functions-management-server-connections.html
                                 This section provides information about MGM API functions that are used to initiate, configure, and terminate connections to an NDB management server. ndb_mgm_get_connectstring() ndb_mgm_get_configuration_nodeid() ndb_mgm_get_connected_port() ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-ml-generate-table.html
                                 The ML_GENERATE_TABLE routine runs multiple text generation or summarization queries in a batch, in parallel. The output generated for every input query is the same as the output generated by the ML_GENERATE routine. Note In versions older than ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/cast-functions.html
                                 Table 14.15 Cast Functions and Operators Name Description Deprecated BINARY Cast a string to a binary string Yes CAST() Cast a value as a certain type CONVERT() Cast a value as a certain type Cast functions and operators enable conversion of values ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/clone-plugin-options-variables.html
                                 This section describes the system variables that control operation of the clone plugin. If values specified at startup are incorrect, the clone plugin may fail to initialize properly and the server does not load it. In this case, the server may ...