Search



Search Results
Displaying 2031 to 2040 of 3510 total results
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-tablemapping.html
mapAllColumns, if true, creates a default FieldMapping for all columns not listed in fields, such that that all columns not explicitly mapped are given a default mapping to a field of the same name. There is no public constructor for this object; ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-requirements.html
For more information, see Creating a DB system and Editing a DB system in the MySQL HeatWave on OCI Service Guide, or Creating a DB system and Editing a DB system in the MySQL HeatWave on AWS Service Guide. For more information, see Adding a MySQL ... To use MySQL HeatWave GenAI, you need the following: A MySQL HeatWave DB system that meets the following requirements: The MySQL HeatWave DB system must be version 9.0.0 - Innovation or ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-summarize-docs.html
To Generate Summary for a Single File, create an Object Storage bucket with the name demo_bucket. Complete the steps to Ingest Files Using Auto Parallel Load with the split_by option set to document for creating one text segment per document in the ... As of MySQL 9.4.1, MySQL HeatWave GenAI lets you generate text summaries for unstructured files available in Object ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-topic-modeling-prepare.html
mysql> CREATE DATABASE topic_modeling_data; mysql> USE topic_modeling_data; Create the table to use for both training and testing. mysql> CREATE TABLE movies ( description TEXT ); Insert the sample data into the table. They find themselves on an ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-cloudwatch-metrics.html
dbSystemId Detailed mysql.stats.created.tmp_disk_tables Count The number of internal on-disk temporary tables created by the server while executing statements. dbSystemId Detailed mysql.stats.created.tmp_tables Count The number of internal temporary ... 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-cluster-manager/8.4/en/mcm-backup-agents.html
The backup for each agent is created in a subfolder named rep_backup/timestamp under the agent repository (the mcm_data folder), with timestamp reflecting the time the backup began. If you want the backup to be at another place, create a soft link ... backup agents [--hosts=host_list] [site_name] host_list: host[, host[, ...]] This command backs up the configuration data for the mcmd agents on the hosts specified in host_list with the --hosts option (short form: -h) for the site named ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-import-config.html
import config requires a single argument, cluster_name, which is the name of the cluster created using MySQL Cluster Manager into which you wish to import the configuration of a MySQL NDB Cluster created externally. The cluster named in the command ... import config [--dryrun|-y] [--retry] cluster_name This command imports the configuration of an autonomous or “wild” cluster into the cluster named ...
https://dev.mysql.com/doc/relnotes/mysql-cluster-manager/8.4/en/news-8-4-5.html
(Bug #37475574) A new client command, list certs, lists the files created by the create certs command for a cluster. (Bug #37691818) Agent: The create certs command failed after an mcmd agent queried another agent for the certificate authority and ... Version 8.4.5 is the latest General Availability release of the 8.4 LTS series of MySQL Cluster ...
https://dev.mysql.com/doc/refman/9.7/en/alter-logfile-group.html
You can verify that the undo files were created and obtain information about them by querying the Information Schema FILES table. ALTER LOGFILE GROUP logfile_group ADD UNDOFILE 'file_name' [INITIAL_SIZE [=] size] [WAIT] ENGINE [=] engine_name This ...
https://dev.mysql.com/doc/refman/9.7/en/backup-methods.html
You can also create a binary backup simply by copying the table files, as long as the server is not updating anything. Making Delimited-Text File Backups To create a text file containing a table's data, you can use SELECT * INTO OUTFILE 'file_name' ...Making a Hot Backup with MySQL Enterprise Backup Customers of MySQL Enterprise Edition can use the MySQL Enterprise Backup product to do physical backups of entire instances or selected databases, tables, or ...
Displaying 2031 to 2040 of 3510 total results