Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-tls.html
Due to the potentially large numbers of files involved, NDB follows several naming conventions for files storing keys, signing requests, and certificates. If the tool finds existing key and certificate files, it renames them to reflect their retired ... This section discusses the implementation and use of Transport Layer Security (TLS) to secure network communications in MySQL NDB ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-enterprise-backup.html
For these reasons, hot backups are desirable when your database “grows up” -- when the data is large enough that the backup takes significant time, and when your data is important enough to your business that you must capture every last change, ... MySQL Enterprise Backup performs hot backup operations for MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-enterprise-thread-pool.html
The plugin implements a thread pool that increases server performance by efficiently managing statement execution threads for large numbers of client connections. MySQL Enterprise Edition includes MySQL Enterprise Thread Pool, implemented using a ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-javascript-indexes-create.html
If a collection is large and queries on a specific field are common, then consider creating an index on a specific field inside a document. Indexes are used to find documents with specific field values quickly. Without an index, MySQL must begin ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-python-documents-index.html
If a collection is large and queries on a specific field are common, then consider creating an index on a specific field inside a document. Indexes are used to find documents with specific field values quickly. Without an index, MySQL must begin ...
https://dev.mysql.com/doc/refman/8.4/en/optimize-numeric.html
Since large numeric values can be stored in fewer bytes than the corresponding strings, it is faster and takes less memory to transfer and compare them. For unique IDs or other values that can be represented as either strings or numbers, prefer ...
https://dev.mysql.com/doc/refman/8.4/en/partitioning-linear-hash.html
MySQL also supports linear hashing, which differs from regular hashing in that linear hashing utilizes a linear powers-of-two algorithm whereas regular hashing employs the modulus of the hashing function's value. We call this value V; it can be ...
https://dev.mysql.com/doc/refman/8.4/en/plugin-loading.html
The argument format is the same as for --plugin-load, but multiple instances of --plugin-load-add can be used to avoid specifying a large set of plugins as a single long unwieldy --plugin-load argument. Server plugins must be loaded into the server ...
https://dev.mysql.com/doc/refman/8.4/en/replication-gtids-auto-positioning.html
This method is efficient and only takes a significant amount of time if the replica is behind the source by a large number of binary log files. GTIDs replace the file-offset pairs previously required to determine points for starting, stopping, or ...
https://dev.mysql.com/doc/refman/8.4/en/server-plugins.html
MySQL Enterprise Edition includes a thread pool plugin that manages connection threads to increase server performance by efficiently managing statement execution threads for large numbers of client connections. MySQL supports an plugin API that ...