Search Results
Displaying 311 to 316
of 316 total results
- « Previous
- 30
- 31
- 32
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore.partial.html
Here are some limitations for a TLR or partial restore: Individual partitions cannot be selectively restored. Table-Level Recovery (TLR) allows selected tables (or schemas) to be restored from a backup (be it a full backup, a partial backup, or a ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-terminology.html
For more information about these node types and their functions in a cluster, see NDB Cluster Core Concepts, and NDB Cluster Nodes, Node Groups, Fragment Replicas, and Partitions. This section provides definitions of key terms used to describe ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-backup-restore-requirements.html
REORGANIZE PARTITION statement in the mysql client for each NDB table in the cluster. This section provides information about basic requirements for performing backup and restore operations using MySQL Cluster Manager. Basic requirements for ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/crd-ndbclusterspec.html
For more information, see the description of the NoOfReplicas data node configuration parameter, as well as NDB Cluster Nodes, Node Groups, Fragment Replicas, and Partitions, in the NDB 8.4 documentation. NdbClusterSpec contains the fields named and ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-bulk-load-limitations.html
LOAD DATA with ALGORITHM=BULK supports tables with at least one column with the VECTOR data type. If you attempt to load a table without at least one column with the VECTOR data type, an error occurs. LOAD DATA with ALGORITHM=BULK has the following ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-bulk-load-mysql-server.html
MySQL includes a bulk load extension to the LOAD DATA statement. It can do the following: Optimize the loading of data sorted by primary key. Use a second session to monitor bulk load progress: If the data is sorted, there is a single stage: ...