Search Results
                    
                    
            https://dev.mysql.com/doc/heatwave/en/mys-hw-supported-data-types.html
                                Numeric data types: BIGINT BOOL DECIMAL DOUBLE FLOAT INT INTEGER MEDIUMINT SMALLINT TINYINT Temporal data types: DATE DATETIME TIME TIMESTAMP YEAR Temporal types are only supported with strict SQL mode. Columns with unsupported data types must be ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-temporal-functions.html
                                As of MySQL 8.4.0, MySQL HeatWave supports named time zones such as MET or Europe/Amsterdam for CONVERT_TZ(). For a workaround before MySQL 8.4.0, see Section 11.2.1.4, “Functions and Operator Limitations”. Table 5.11 Temporal Functions Name ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hwaml-onnx-metadata.html
                                 To learn more about model metadata in the model catalog, see Model Metadata. ONNX Inputs Info Use the data_types_map to map the data type of each column to an ONNX model data type. For example, to convert inputs of the type tensor(float) to ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hwaml-supported-data-types.html
                                MySQL HeatWave AutoML has the following limitations for text usage: The ML_PREDICT_TABLE ml_results column contains the prediction results and the data. MySQL HeatWave AutoML does not support text columns with NULL values. MySQL HeatWave AutoML does ...
                                            
                https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-0-26-u2.html
                                CAST() of FLOAT and DOUBLE values to DECIMAL (Bug #33163625, Bug #33138534, WL #14714) The new hw_data_scanned global status variable tracks the total cumulative megabytes scanned by successfully executed MySQL HeatWave queries.  Functionality Added ...
                                            
                https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-0-26.html
                                (WL #14608) Functionality Added or Changed DATE_ADD() and DATE_SUB() functions now support precision INTERVAL values (DECIMAL, DOUBLE, and FLOAT).  Advisor Auto Parallel Load Auto Scheduling Functionality Added or Changed Advisor The new MySQL ...
                                            
                https://dev.mysql.com/doc/connector-j/en/connector-j-query-attributes.html
                                 Connector/J supports Query Attributes when it has been enabled on the server by installing the query_attributes component (see Prerequisites for Using Query Attributes for details). Attributes are set for a query by using the setAttribute() method ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/account-names.html
                                Quote user names and host names as identifiers or as strings, using either backticks (`), single quotation marks ('), or double quotation marks (").  MySQL account names consist of a user name and a host name, which enables creation of distinct ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/alter-instance.html
                                If the CRL file is large, the server allocates a large chunk of memory (ten times the file size), which is doubled while the new instance is being loaded and the old one has not yet been released.  ALTER INSTANCE instance_action instance_action: { | ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/audit-log-file-formats.html
                                Example: "query": "DELETE FROM t1" query_time The query execution time in microseconds (if the longlong data type is selected) or seconds (if the double data type is selected).  The MySQL server calls the audit log plugin to write an audit record to ...