Search Results
                    
                    
            https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-ml-embed-table.html
                                 The ML_EMBED_TABLE routine runs multiple embedding generations in a batch, in parallel. Note In versions older than MySQL 9.2.1, to alter an existing table or create a new table, MySQL requires you to set the sql-require-primary-key system variable ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-ml-rag-table.html
                                 The ML_RAG_TABLE routine runs multiple retrieval-augmented generation (RAG) queries in a batch, in parallel. The output generated for every input query is the same as the output generated by the ML_RAG routine. Note In versions older than MySQL ...
                                            
                https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-0-25.html
                                For example, the following query can now be offloaded to MySQL HeatWave for execution: SELECT DISTINCT a FROM t1 ORDER BY c DESC; (Bug #32583856) Query plan statistics are now collected and stored in a statistics cache when a query is executed in ...
                                            
                https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-0-31.html
                                 MySQL HeatWave AutoML Functionality Added or Changed MySQL HeatWave AutoML MySQL HeatWave AutoML queries are now monitored and recorded in the Performance Schema tables rpd_query_stats and rpd_exec_stats. Where a single MySQL HeatWave AutoML query ...
                                            
                https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-metadata.html
                                 getProceduresReturnsFunctions Pre-JDBC4 'DatabaseMetaData' API has only the 'getProcedures()' and 'getProcedureColumns()' methods, so they return metadata info for both stored procedures and functions. JDBC4 was extended with the 'getFunctions()' ...
                                            
                https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-statements-callable.html
                                For more information on MySQL stored procedures, please refer to Using Stored Routines. Notice that you have to use JDBC escape syntax, and that the parentheses surrounding the parameter placeholders are not optional: Example 7.4 Connector/J: Using ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/alter-table-partition-operations.html
                                 Partitioning-related clauses for ALTER TABLE can be used with partitioned tables for repartitioning, to add, drop, discard, import, merge, and split partitions, and to perform partitioning maintenance. Simply using a partition_options clause with ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/audit-log-installation.html
                                 This section describes how to install or uninstall MySQL Enterprise Audit, which is implemented using the audit log plugin and related elements described in Section 8.4.5.1, “Elements of MySQL Enterprise Audit”. For general information about ...
                                            
                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. The BKA algorithm supports inner join, outer join, and semijoin operations, including nested outer joins. Benefits ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/built-in-function-reference.html
                                 The following table lists each built-in (native) function and operator and provides a short description of each one. For a table listing functions that are loadable at runtime, see Section 14.2, “Loadable Function Reference”. ->> Return value ...