Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-anomaly-detection-logs.html
By default the following parameters are masked in the input data (training or test data): IP, DATETIME, TIME, HEX, IPPORT, and OCID. MySQL 9.2.2 introduces the ability to detect anomalies in log data. To perform anomaly detection on logs, log data ...
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/heatwave/en/mys-hwaml-training-a-forecasting-model.html
The following data types for this column are supported: DATETIME, TIMESTAMP, DATE, TIME, and YEAR, or an auto-incrementing index. Therefore, the predict table must not overlap the datetime_index with the training table. For example, the predict ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-training-an-anomaly-detection-model.html
IP DATETIME TIME HEX IPPORT OCID window_size: Specifies the maximum number of log lines to be grouped for anomaly detection. After preparing the data for an anomaly detection model, you can train the model. Requirements for Anomaly Detection ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-1-0-u2.html
DATE, DATETIME, TIMESTAMP, and TIME are processed based on the time-zone value. MySQL HeatWave AutoML Functionality Added or Changed MySQL HeatWave AutoML MySQL HeatWave AutoML progress tracking can now track the progress with finer granularity, ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-9-0-1-u1.html
(WL #16433) MySQL HeatWave Lakehouse MySQL HeatWave Lakehouse now supports timestamp_format as a dialect parameter to customize the format for columns of the DATETIME and TIMESTAMP data types. MySQL HeatWave AutoML MySQL HeatWave GenAI MySQL ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-configuration-properties.html
Configuration properties define how Connector/J will make a connection to a MySQL server. Unless otherwise noted, properties can be set for a DataSource object or for a Connection object. If you specify a configuration property in the URL without ...
https://dev.mysql.com/doc/refman/8.4/en/check-table.html
A table is reported as needing a rebuild if it contains old temporal columns in pre-5.6.4 format (TIME, DATETIME, and TIMESTAMP columns without support for fractional seconds precision). option: { FOR UPGRADE | QUICK | FAST | MEDIUM | EXTENDED | ...
https://dev.mysql.com/doc/refman/8.4/en/checksum-table.html
For example, the storage format for temporal types such as TIME, DATETIME, and TIMESTAMP changed in MySQL 5.6 prior to MySQL 5.6.5, so if a 5.5 table is upgraded to MySQL 5.6, the checksum value may change. [QUICK | EXTENDED] CHECKSUM TABLE reports ...
https://dev.mysql.com/doc/refman/8.4/en/create-table.html
| {FULLTEXT | SPATIAL} [INDEX | KEY] [index_name] (key_part,...) [index_option] ... | [CONSTRAINT [symbol]] UNIQUE [INDEX | KEY] [index_name] [index_type] (key_part,...) [index_option] ... (Some valid select or union statement) CREATE TABLE creates ...