Search Results
Displaying 201 to 206
of 206 total results
- « Previous
- 19
- 20
- 21
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-backup-restore-fewer-data-nodes.html
This is because if we also try to restore the indexes node by node, they might not be restored in the right order for the foreign keys and unique key constraints to work properly. Sometimes, you want to transfer data from your cluster to another ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/crd-ndbclusterpodspec.html
affinity (Kubernetes core/v1.Affinity): (optional) If specified, these are the pod's scheduling constraints. NdbClusterPodSpec contains a subset of PodSpec fields which, when set, are copied into to the podSpec of the relevant MySQL Cluster node ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/installation-upgrades.html
NDB Operator can be upgraded from one release to another without affecting any existing NDB cluster, subject only to the constraint that you should not attempt to modify the NdbCluster CRD (see Section 5.1, “NdbCluster Resource”) while the ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-4.html
(Bug #37140331) Work done previously to support opening NDB tables with missing indexes was intended to allow the features of the MySQL server to be used to solve problems in cases where indexes cannot be rebuilt due to unmet constraints. MySQL NDB ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-33.html
(Bug #109243, Bug #34852047) When the connection property useLocalTransactionState was set to true, after a number of insert statements were executed and the last one hit a unique constraint check, the transaction could not be rolled back. Version ...
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 ...