Search



Search Results
Displaying 221 to 230 of 887 total results
https://dev.mysql.com/doc/refman/8.4/en/audit-log-reference.html
A user can be assigned only one filter, so if the user was already assigned a filter, the assignment is replaced. Note Setting audit_log_max_size by itself is not sufficient to cause log file pruning to occur because the pruning algorithm uses ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-table-import.html
If the table was created in an external directory by specifying the DATA DIRECTORY clause in the CREATE TABLE statement, the table that you replace on the destination instance must be defined with the same DATA DIRECTORY clause. Attempting to import ... This section describes how to import tables using the Transportable Tablespaces feature, which permits importing tables, partitioned tables, or individual table partitions that reside in file-per-table ...
https://dev.mysql.com/doc/refman/8.4/en/replication-binlog-encryption.html
The encryption algorithm used for the files, the AES (Advanced Encryption Standard) cipher algorithm, is built in to MySQL Server and cannot be configured. The two tier encryption key architecture means that the binary log master key can be rotated ... MySQL binary log files and relay log files can be encrypted, helping to protect these files and the potentially sensitive data contained in them from being misused by outside attackers, and also from unauthorized viewing by users of the operating system where they are ...
https://dev.mysql.com/doc/refman/8.4/en/replication-options-binary-log.html
If it does, the relative part of the path is replaced with the absolute path set using the --log-bin option. Set to NONE to disable, or the name of the algorithm to be used for generating checksums; currently, only CRC32 checksums are supported, and ... Startup Options Used with Binary Logging System Variables Used with Binary Logging You can use the mysqld options and system variables that are described in this section to affect the operation of the binary log as well as to control which statements are written to the binary ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-automl.html
Oracle AutoML replaces the laborious and time consuming tasks of the data analyst, whose workflow is as follows: Selecting a model from a large number of viable candidate models. Intelligent choices reduce trials in each stage: Algorithms and ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-ml-model-metadata.html
For example, you can view the algorithm used to train the model, the columns in the training table, and values for the model explanation. The model_metadata column in the model catalog allows you to view detailed information on trained models. When ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-table-syntax-json.html
Files in zip format must be compressed with the Deflate algorithm. Keep in mind that if the table already exists and there are VECTOR columns with an embedding model already set, the existing model is not replaced with the one specified in this ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-topic-modeling-train.html
Unsupported Topic Modeling Options When MySQL HeatWave AutoML runs topic modeling, the operation is based on a single algorithm that does not require the tuning of hyperparameters. mysql> SET @variable = 'model_handle'; Replace @variable and ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-topic-modeling-train.html
Unsupported Topic Modeling Options When the AutoML runs topic modeling, the operation is based on a single algorithm that does not require the tuning of hyperparameters. mysql> SET @variable = 'model_handle'; Replace @variable and model_handle with ... After preparing the data for topic modeling, you can train the ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-single-document-operations.html
Collection.replaceOne(string id, Document doc) updates or replaces the document identified by id, if it exists, with the provided document. Collection.addOrReplaceOne(string id, Document doc) adds the given document; however, if the id or any other ... The CRUD commands described at Section 4.3, “Collection CRUD Function Overview” all act on a group of documents in a collection that match a ...
Displaying 221 to 230 of 887 total results