Search Results
                    
                    
            https://dev.mysql.com/doc/mysql-monitor/8.0/en/ui-security-advisor-ref.html
                                Note The regular expressions can be applied per instance, per server (all instances running on the server), per group (all instances in the group), or globally (all instances), depending on the asset selected.  This section describes the following ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-export-query-results-csv-non-json.html
                                The following query computes the sum of quantity and price and groups it by year, month, and day for the year 1992.  This topic shows the different ways to export query results as a CSV file with SQL syntax. INTO OUTFILE {URL | URI} 'uri' [FORMAT ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-limitations-other.html
                                The WITH ROLLUP modifier in GROUP BY clauses in the following cases: In queries that contain distinct aggregations. Comparison predicates, GROUP BY, JOIN, and so on, if the key column is DOUBLE PRECISION. For a list of supported SQL modes, see ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-run-query.html
                                mysql> EXPLAIN SELECT airline_id, COUNT(*) AS flight_id FROM flight WHERE flight_id <= 66810 GROUP BY airline_id ORDER BY airline_id; *************************** 1. mysql> SELECT airline_id, COUNT(*) AS flight_id FROM flight WHERE flight_id <= 66810 ... This topic describes how to use the EXPLAIN statement to analyze query execution and verify whether a query is offloaded to MySQL HeatWave for accelerated ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-train.html
                                topic_modeling: Use this task to cluster word groups and similar expressions that best characterize the documents (As of MySQL 9.0.1-u1). IP DATETIME TIME HEX IPPORT OCID window_size: Specifies the maximum number of log lines to be grouped for ...
                                            
                https://dev.mysql.com/doc/heatwave-aws/en/ha-overview.html
                                A high availability DB System uses MySQL Group Replication to replicate data from the primary instance to the secondary instances. Limited information about this internal network (for example, host names and port numbers) is available in some ...
                                            
                https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-cloudwatch-cost.html
                                Here is a breakdown of the charges to your AWS account incurred by enabling CloudWatch monitoring on MySQL HeatWave on AWS: Log ingestion costs: Metrics are sent to your AWS CloudWatch account as log events in EMF format, under the ... Cost for ...
                                            
                https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-sign.html
                                Your user belongs to one of the user Groups described in Groups and Permissions.  Signing In 2.3 Signing In This procedure assumes that you are an Oracle Cloud Account customer registered to use MySQL HeatWave on AWS. Signing in to MySQL HeatWave on ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/charset-collate.html
                                 With the COLLATE clause, you can override whatever the default collation is for a comparison. 
                                            
                https://dev.mysql.com/doc/refman/8.4/en/clone-plugin.html
                                In addition to cloning data, a cloning operation extracts and transfers replication coordinates from the donor and applies them on the recipient, which enables using the clone plugin for provisioning Group Replication members and replicas. Group ...