Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-context.html
find(Function constructor, Object keys, Function(Object error, Object instance[, ...]) callback[, ...]); find(String tableName, Object keys, Function(Object error, Object instance[, ...]) callback[, ...]); Find a specific instance based on a primary ...It contains functions that are executed immediately if called from a session, or when the batch is ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-changelog-13-2-1-0-0.html
Sys Schema Table Metadata Lock Waits: based on the schema_table_lock_waits sys schema view. For more information, see Section 6.41, “Sys Schema Table Metadata Lock Waits Metrics”. Sys Schema Table Statistics: based on the schema_table_statistics ... Important This version requires the Oracle Enterprise Manager Extensibility Development Kit ...
https://dev.mysql.com/doc/refman/8.4/en/binary-log-transaction-compression.html
Note You can enable binary logging of compressed transactions for tables using the NDB storage engine at run time using the ndb_log_transaction_compression system variable, and control the level of compression using ... MySQL supports binary log ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-system-variables.html
group_replication_advertise_recovery_endpoints specifies how a joining member can establish a connection to an existing member for state transfer for distributed recovery. The Performance Schema table replication_group_members shows this ... This ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-nodes-groups.html
However, it is also possible to employ user-defined partitioning with NDBCLUSTER tables. This is subject to the following limitations: Only the KEY and LINEAR KEY partitioning schemes are supported in production with NDB tables. The maximum number ... This section discusses the manner in which NDB Cluster divides and duplicates data for ...
https://dev.mysql.com/doc/refman/8.4/en/thread-pool-operation.html
As connections are established, the thread pool assigns them to thread groups in round-robin fashion. A statement becomes blocked if it encounters a disk I/O operation or a user level lock (row lock or table lock). Thus, given a mix of statements ...
https://dev.mysql.com/doc/refman/8.4/en/window-functions-usage.html
For example, if a table contains a TIMESTAMP column named ts, standard SQL permits PARTITION BY ts but not PARTITION BY HOUR(ts), whereas MySQL permits both. However, whereas an aggregate operation groups query rows into a single result row, a ...
https://dev.mysql.com/doc/refman/8.4/en/x-plugin-connection-compression.html
The following table compares the characteristics of the different compression algorithms and shows their assigned priorities. Instead, its default is to permit all algorithms shown in Table 22.1, “X Protocol Compression Algorithm ... X Plugin ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-options.html
Options for information such as SSL certificate and key files are used to establish an encrypted connection if such connections are available, but do not enforce any requirement that the connection obtained be encrypted. The Performance Schema ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-authentication-plugins-server-side.html
auth_string: The value of the authentication_string column of the row in the mysql.user system table for the matching account name (that is, the row that matches the client user name and host name and that the server uses to determine how to ...