Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-ndb-cluster-connection.html
The maximu length is 16 characters; any characters over this limit are truncated. The maximum length is 48 characters (sufficient for an IPv6 network address); any characters over this limit are truncated. The maximum combined length of the path and ... This section provides information about the Ndb_cluster_connection class, which models a connection by a management server (ndb_mgmd) to a set of data ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-innodbconfiguration-category.html
Purge Rseg Truncate Frequency Defines the frequency with which the purge system frees rollback segments. Undo Log Truncate Enabled When you enable innodb_undo_log_truncate, undo tablespaces that exceed the threshold value defined by ... Lists the ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-troubleshooting-agent-start.html
Please TRUNCATE TABLE mysql.inventory on this mysql-instance and restart the agent. To fix the problem, connect to the MySQL server using the credentials configured when you installed the agent, and then truncate the mysql.inventory table: mysql> ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-limitations-bulk-load.html
It does not support automatic rounding or truncation of the input data. It fails if the input data requires rounding or truncation in order to be loaded. If the table has instantly added/dropped column, call TRUNCATE before calling LOAD DATA with ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-rpd-preload-stats-table.html
It cannot be dropped, truncated, or modified by DML statements directly. The rpd_preload_stats table stores column level statistics collected from InnoDB tables. The statistics are used to estimate the number of MySQL HeatWave nodes required for a ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-supported-file-formats.html
If the string representation of the decimal exceeds the maximum, the string is truncated with an error/warning. DECIMAL Fixed, Bytes Decimal Errors/Warnings occur for the following: If the MySQL maximum scale of 30 is exceeded, the decimal is ...
https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-ml-embed-row.html
This topic contains the following sections: ML_EMBED_ROW Syntax Syntax Examples See Also ML_EMBED_ROW Syntax mysql> SELECT sys.ML_EMBED_ROW('Text'[, options]); options: JSON_OBJECT(keyvalue[, keyvalue] ...) keyvalue: { 'model_id', {'ModelID'} ...
https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-ml-embed-table.html
ML_EMBED_TABLE Syntax mysql> CALL sys.ML_EMBED_TABLE('InputTableColumn', 'OutputTableColumn'[, options]); options: JSON_OBJECT(keyvalue[, keyvalue] ...) keyvalue: { 'model_id', {'ModelID'} |'truncate', {true|false} |'batch_size', BatchSize ... The ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-bulk-ingest-limitations.html
If the table has instantly added or dropped column, run the TRUNCATE TABLE statement before running LOAD DATA FROM S3 with ALGORITHM=BULK. Automatic rounding or truncation of the input data is not supported. LOAD DATA FROM S3 with ALGORITHM=BULK ...
https://dev.mysql.com/doc/refman/8.4/en/atomic-ddl.html
Supported table DDL statements include CREATE, ALTER, and DROP statements for databases, tablespaces, tables, and indexes, and the TRUNCATE TABLE statement. CREATE TABLE, ALTER TABLE, RENAME TABLE, TRUNCATE TABLE, CREATE TABLESPACE, and DROP ...An ...