PDF (US Ltr)
- 43.2Mb
PDF (A4)
- 43.3Mb
Man Pages (TGZ)
- 295.2Kb
Man Pages (Zip)
- 400.4Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/cache-index.html
The key cache referred to in a CACHE INDEX statement can be created by setting its size with a parameter setting statement or in the server parameter settings. For example: SET GLOBAL keycache1.key_buffer_size=128*1024; Key cache parameters are ...| ...
https://dev.mysql.com/doc/refman/8.0/en/clone-plugin-failure-handling.html
Configuring a longer timeout allows more time for resolving network issues but also increases the size of the delta on the donor instance, which increases clone recovery time as well as replication lag in cases where the clone is intended as a ...
https://dev.mysql.com/doc/refman/8.0/en/connection-options.html
For better security, use a certificate with an RSA key size of at least 2048 bits. The permitted levels are from 1 to 22, with larger values indicating increasing levels of compression. This section describes options supported by most MySQL client ...
https://dev.mysql.com/doc/refman/8.0/en/creating-ssl-rsa-files-using-mysql.html
SSL and RSA File Characteristics SSL and RSA files created automatically by the server or by invoking mysql_ssl_rsa_setup have these characteristics: SSL and RSA have a size of 2048 bits. MySQL provides these ways to create the SSL certificate and ...
https://dev.mysql.com/doc/refman/8.0/en/data-dictionary-file-removal.html
With the removal of .frm files: The 64KB table definition size limit imposed by the .frm file structure is removed. In previous MySQL releases, dictionary data was partially stored in metadata files. Issues with file-based metadata storage included ...
https://dev.mysql.com/doc/refman/8.0/en/data-dictionary-object-cache.html
Some cache partition size limits are configurable, whereas others are hardcoded. The dictionary object cache is a shared global cache that stores previously accessed data dictionary objects in memory to enable object reuse and minimize disk I/O.
https://dev.mysql.com/doc/refman/8.0/en/docker-mysql-getting-started.html
Warning The MySQL Docker images maintained by the MySQL team are built specifically for Linux platforms. Other platforms are not supported, and users using these MySQL Docker images on them are doing so at their own risk. See the discussion here ...
https://dev.mysql.com/doc/refman/8.0/en/docker-mysql-more-topics.html
A MySQL Docker installation is different from a common, non-Docker installation in the following aspects: Only a limited number of binaries are included. Warning Any software updates or installations users perform to the Docker container (including ...
https://dev.mysql.com/doc/refman/8.0/en/floating-point-types.html
MySQL also supports this optional precision specification, but the precision value in FLOAT(p) is used only to determine storage size. The FLOAT and DOUBLE types represent approximate numeric data values. MySQL uses four bytes for single-precision ...
https://dev.mysql.com/doc/refman/8.0/en/gis-data-formats.html
Table 13.2 WKB Components Example Component Size Value Byte order 1 byte 01 WKB type 4 bytes 01000000 X coordinate 8 bytes 000000000000F03F Y coordinate 8 bytes 000000000000F0BF Component representation is as follows: The byte order indicator is ...