Search Results
https://dev.mysql.com/doc/refman/8.4/en/charset-unicode-sets.html
Unicode Collation Algorithm (UCA) Versions Collation Pad Attributes Language-Specific Collations _general_ci Versus _unicode_ci Collations Character Collating Weights Miscellaneous Information Unicode Collation Algorithm (UCA) Versions MySQL ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-genai-run-chat.html
Running the Chat To run GenAI Chat, perform the following steps: Optionally, to speed up vector processing, load the vector store or embedding tables that you want use with GenAI Chat in MySQL AI Engine: mysql> ALTER TABLE TableName SECONDARY_LOAD; ... When you run GenAI Chat, it automatically loads the llama3.2-3b-instruct-v1 ...
https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-common-files.html
array_adapter.hpp #ifndef ARRAY_ADAPTER_HPP #define ARRAY_ADAPTER_HPP #include <algorithm> #include <assert.h> /* Utility classes to convert between C++ strings/byte arrays and the internal format used for [VAR]CHAR/BINARY types. In the NDB Cluster ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-anomaly-detection-logs.html
What's Next Learn more about the following: Anomaly Detection Algorithm Model Types Anomaly Detection Learning Types Learn how to Prepare Data for an Anomaly Detection Model. MySQL 9.2.2 introduces the ability to detect anomalies in log data. To ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-cloudwatch-metrics.html
Table 17-1 CloudWatch Metrics for MySQL HeatWave on AWS Metric Unit Description Dimensions Monitoring Configuration Templates the Metric Is In heatwave.auto_ml_operation_count Count The number of AutoML operations that have been executed. dbSystemId ... CloudWatch Monitoring Metrics 17.1.1 CloudWatch Monitoring Metrics CloudWatch metrics can be used to monitor resources, diagnose issues, and troubleshoot your DB systems and their MySQL HeatWave ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-anomaly-detection-logs.html
What's Next Learn more about the following: Anomaly Detection Algorithm Model Types Anomaly Detection Learning Types Learn how to Prepare Data for an Anomaly Detection Model. Anomaly detection for logs allows you to detect anomalies in log data. To ...
https://dev.mysql.com/doc/refman/8.4/en/data-masking-component-functions.html
mask_canada_sin(str [, mask_char]) Masks a Canada Social Insurance Number (SIN) and returns the number with all meaningful digits replaced by 'X' characters. mask_iban(str [, mask_char]) Masks an International Bank Account Number (IBAN) and returns ...Nine digits grouped in pattern: xxx-xxx-xxx ('-' is any separator ...
https://dev.mysql.com/doc/connectors/en/connector-net-ref-entityframework.html
Classes Class Description BackoffAlgorithm Represents the base class for backoff algorithms. BackoffAlgorithmErr1040 Backoff algorithm customized for the MySQL error code 1040 - Too many connections. BackoffAlgorithmErr1205 Backoff algorithm ...
https://dev.mysql.com/doc/connector-net/en/connector-net-ref-entityframework.html
Classes Class Description BackoffAlgorithm Represents the base class for backoff algorithms. BackoffAlgorithmErr1040 Backoff algorithm customized for the MySQL error code 1040 - Too many connections. BackoffAlgorithmErr1205 Backoff algorithm ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-limitations-bulk-load.html
MySQL HeatWave on OCI does not support LOAD DATA with ALGORITHM=BULK. MySQL HeatWave on AWS does support LOAD DATA with ALGORITHM=BULK, but does not support the INFILE and URL clauses. LOAD DATA with ALGORITHM=BULK has the following limitations: It ...For versions earlier than MySQL 9.4.0, tables must have a primary key, and the primary key must not have a prefix ...