Search Results
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-annotation-primarykey.html
Annotation on a member to define it as a primary key member of a class or persistent interface.
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-secondary-indexes-ndbrecord.html
* In this program, the same row offsets are used for columns * specified as part of a key, and as part of an attribute or * result. */ const NdbDictionary::Column *col1= myTable->getColumn("ATTR1"); if (col1 == NULL) APIERROR(myDict->getNdbError()); ... This program illustrates how to use secondary indexes in the NDB API with the aid of the NdbRecord ...
https://dev.mysql.com/doc/ndbapi/en/ndb-table.html
It is required in order for aggregate methods such as getNoOfPrimaryKeys() to work properly before the table has been created and retrieved via getTableId(). Smaller values indicate that less data is stored in each container, which means that keys ... This section provides information about the Table class, which models a database table in the NDB ...
https://dev.mysql.com/doc/ndbapi/en/overview-selecting-tc.html
This is done by providing a table and a partition key (usually the primary key). If the primary key is the partition key, then the transaction is placed on the node where the primary fragment replica of that record resides. The application ... The ...
A Quick Guide to Using the MySQL SLES Repository :: A Quick Guide to Using the MySQL SLES Repository
https://dev.mysql.com/doc/mysql-sles-repo-quick-guide/en/index.html
MySQL Server Initialization (for MySQL 8.0 and later): When the server is started for the first time, the server is initialized, and the following happens (if the data directory of the server is empty when the initialization process begins): The SSL ... Abstract This is a quick guide for using the MySQL SLES repository to install and upgrade MySQL on SUSE Linux Enterprise Server ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/memory-usage-advisors-ref.html
Default frequency 00:05:00 Default auto-close enabled no Key Buffer Size May Not Be Optimal For Key Cache The key cache hit ratio represents the proportion of keys that are being read from the key cache in memory instead of from disk. It is true ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-table-syntax-json.html
end-object column_option_key_value: { "date_format": "custom_date_format" | "time_format": "custom_time_format" | "timestamp_format": "custom_timestamp_format" | "model": {MySQL HeatWave_in_database_embedding_model} } model: Supported as of MySQL ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-troubleshooting.html
16.6: Updating a table that contains a primary key that is either FLOAT or compound primary key that uses FLOAT fails to update the table and raises an exception. 16.6: Updating a table that contains a primary key that is either FLOAT or compound ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-requirements.html
You can prevent the use of other storage engines by setting the disabled_storage_engines system variable on group members, for example: disabled_storage_engines="MyISAM,BLACKHOLE,FEDERATED,ARCHIVE,MEMORY" Primary Keys. Every table that is to be ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-secure-socket-layer-support-ssl.html
The server SSL options that are applied to Group Replication's group communication connections are as follows: Table 20.2 SSL Options Server Configuration Description ssl_key The path name of the SSL private key file in PEM format. ssl_cert The path ... Secure sockets can be used for group communication connections between members of a ...