PDF (US Ltr)
- 43.3Mb
PDF (A4)
- 43.4Mb
Man Pages (TGZ)
- 297.2Kb
Man Pages (Zip)
- 402.4Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/innodb-locking-transaction-model.html
To implement a large-scale, busy, or highly reliable database application, to port substantial code from a different database system, or to tune MySQL performance, it is important to understand InnoDB locking and the InnoDB transaction model. This ...
https://dev.mysql.com/doc/refman/8.0/en/innodb-memcached-benefits.html
The serialization features of memcached, which can turn complex data structures, binary files, or even code blocks into storable strings, offer a simple way to get such objects into a database. The combination of InnoDB tables and memcached offers ...
https://dev.mysql.com/doc/refman/8.0/en/innodb-online-ddl-single-multi.html
The downside was that SQL code involving DDL operations was harder to maintain and to reuse in different scripts. Before the introduction of online DDL, it was common practice to combine many DDL operations into a single ALTER TABLE statement.
https://dev.mysql.com/doc/refman/8.0/en/innodb-transaction-scheduling.html
INNODB_METRICS counters are provided for monitoring of code-level transaction scheduling events. InnoDB uses the Contention-Aware Transaction Scheduling (CATS) algorithm to prioritize transactions that are waiting for locks. When multiple ...
https://dev.mysql.com/doc/refman/8.0/en/keyring-aws-plugin.html
C interface: In C-language code, call the keyring service functions described in Section 7.6.9.2, “The Keyring Service”. Note The keyring_aws plugin is an extension included in MySQL Enterprise Edition, a commercial product. The keyring_aws ...
https://dev.mysql.com/doc/refman/8.0/en/keyring-encrypted-file-plugin.html
C interface: In C-language code, call the keyring service functions described in Section 7.6.9.2, “The Keyring Service”. Note The keyring_encrypted_file plugin is an extension included in MySQL Enterprise Edition, a commercial product. The ...
https://dev.mysql.com/doc/refman/8.0/en/keyring-file-plugin.html
C interface: In C-language code, call the keyring service functions described in Section 7.6.9.2, “The Keyring Service”. The keyring_file keyring plugin stores keyring data in a file local to the server host. As of MySQL 8.0.34, this plugin is ...
https://dev.mysql.com/doc/refman/8.0/en/keyring-oci-plugin.html
C interface: In C-language code, call the keyring service functions described in Section 7.6.9.2, “The Keyring Service”. Note The keyring_oci plugin is an extension included in MySQL Enterprise Edition, a commercial product. The keyring_oci ...
https://dev.mysql.com/doc/refman/8.0/en/keyring-options.html
The value is given as plugin_library or name=plugin_library, where plugin_library is the name of a library file that contains plugin code, and name is the name of a plugin to load. MySQL supports the following keyring-related command-line options: ...
https://dev.mysql.com/doc/refman/8.0/en/keyring.html
C interface: In C-language code, call the keyring service functions described in Section 7.6.9.2, “The Keyring Service”. MySQL Server supports a keyring that enables internal server components and plugins to securely store sensitive information ...