Search Results
                    
                    
            https://dev.mysql.com/doc/heatwave/en/mys-hwaml-classification-generate-explanation.html
                                mysql> CALL sys.ML_MODEL_LOAD(@model, NULL); The following example uses the model handle. mysql> CALL sys.ML_MODEL_LOAD('classification_use_case', NULL); Use the ML_EXPLAIN_TABLE routine to generate explanations for predictions made in the test ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hwaml-regression-explanations.html
                                mysql> SELECT JSON_PRETTY(model_explanation) FROM ML_SCHEMA_user1.MODEL_CATALOG WHERE model_handle='regression_use_case'; +------------------------------------------------------------------------------------------------------------------------+ | ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/performance-schema-optimization.html
                                To write queries for these tables most efficiently, take advantage of their indexes. Tables that do not are those that normally contain few rows or are unlikely to be queried frequently. To see whether a given Performance Schema table has indexes ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-classification-generate-explanation.html
                                mysql> CALL sys.ML_MODEL_LOAD(@model, NULL); The following example uses the model handle. mysql> CALL sys.ML_MODEL_LOAD('classification_use_case', NULL); Use the ML_EXPLAIN_TABLE routine to generate explanations for predictions made in the test ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-regression-explanations.html
                                mysql> SELECT JSON_PRETTY(model_explanation) FROM ML_SCHEMA_user1.MODEL_CATALOG WHERE model_handle='regression_use_case'; +------------------------------------------------------------------------------------------------------------------------+ | ...
                                            
                https://dev.mysql.com/doc/internals/en/com-query.html
                                 COM_QUERY: A COM_QUERY is used to send the server a text-based query that is executed immediately. The server replies to a COM_QUERY packet with a COM_QUERY Response. The length of the query-string is a taken from the packet length - 1. 
                                            
                https://dev.mysql.com/doc/internals/en/rows-query-event.html
                                 Binlog::RowsQueryEvent: Query that caused the following ROWS_EVENT Payload 1 length string.EOF query text Fields length (1) -- ignored query (string.EOF) -- query text of the current ROWS_EVENT . 
                                            
                https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-query-querybuilder.html
                                4.3.3.3.1 Synopsis public interface QueryBuilder {// Public Methods public abstract QueryDomainType<T> createQueryDefinition(Class<T> cls);} See Also getQueryBuilder() 4.3.3.3.2 createQueryDefinition(Class<T>) public abstract QueryDomainType<T> ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-query-querydefinition.html
                                4.3.3.4.1 Synopsis public interface QueryDefinition<E> {// Public Methods public abstract Predicate not(Predicate predicate); public abstract PredicateOperand param(String parameterName); public abstract QueryDefinition<E> where(Predicate ...
                                            
                https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-slowquerylogging-activity-category.html
                                Table 6.30 Slow Query Logging Activity Metrics NameDescriptionSlow Queries (Delta) The number of queries that have taken more than long_query_time seconds .  Lists the Slow Query Logging Activity metrics and provides a brief description of each.