Search Results
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-using-an-anomaly-detection-model.html
Options for Anomaly Detection on Log Data When you run anomaly detection on log data, you have the option to leverage the GenAI feature of MySQL AI for textual summaries of the results. Note Enabling the summary_threshold option and setting a very ...To generate predictions, use the sample data from the two anomaly detection datasets: credit_card_train and ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-post-install-general.html
New Users Groups and Connections: Groups have always been used to define Event handling and Advisor scheduling policies; in this release Groups can also be used to restrict visibility and access to specific MySQL instances and their hosts. Create ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-training-a-recommendation-model.html
For example, if numerical data records the number of times users interact with an item, you might set a threshold with a value of 3. This means users would need to interact with an item more than three times to be considered positive feedback.
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-connection.html
Default Value true Since Version 5.1.23 interactiveClient Set the 'CLIENT_INTERACTIVE' flag, which tells MySQL to timeout connections based on 'interactive_timeout' instead of 'wait_timeout'. connectionAttributes A comma-delimited list of ...
https://dev.mysql.com/doc/connectors/en/connector-net-interceptors.html
With MySQL Connector/NET, the interceptors are enabled and disabled by updating the connection string to refer to different sets of interceptor classes that you instantiate. The BaseCommandInterceptor class has these methods that you can override: ... An interceptor is a software design pattern that provides a transparent way to extend or modify some aspect of a program, similar to a user ...
https://dev.mysql.com/doc/connector-net/en/connector-net-interceptors.html
With MySQL Connector/NET, the interceptors are enabled and disabled by updating the connection string to refer to different sets of interceptor classes that you instantiate. The BaseCommandInterceptor class has these methods that you can override: ... An interceptor is a software design pattern that provides a transparent way to extend or modify some aspect of a program, similar to a user ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-insert-select.html
When the query is offloaded to MySQL HeatWave, it is processed faster and improves the overall performance of the operation. Verify if the query is offloaded to MySQL HeatWave for processing. The SELECT table is loaded in MySQL HeatWave, and the ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-refreshing-lakehouse-data.html
Refreshing Lakehouse Data 9.3 Refreshing Lakehouse Data The MySQL HeatWave Lakehouse tables contain a snapshot of your data in Amazon S3 at the time you loaded the data into your MySQL HeatWave Cluster. If the data has been altered or removed ...In ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-connection.html
Default Value true Since Version 5.1.23 interactiveClient Set the 'CLIENT_INTERACTIVE' flag, which tells MySQL to timeout connections based on 'interactive_timeout' instead of 'wait_timeout'. connectionAttributes A comma-delimited list of ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-responses-failure-exit.html
In order of impact, the exit actions are as follows: If READ_ONLY is the exit action, the instance switches MySQL to super read only mode by setting the system variable super_read_only to ON. However, clients can still read data, and because updates ... The group_replication_exit_state_action system variable specifies what Group Replication does when the member leaves the group unintentionally due to an error or problem, and either fails to auto-rejoin or does not ...