Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/bit-type.html
                                The maximum combined size of all BIT columns used in a given NDB table must not exceed 4096 bits.  The BIT data type is used to store bit values. If you assign a value to a BIT(M) column that is less than M bits long, the value is padded on the left ...
                                            
                https://dev.mysql.com/doc/refman/8.4/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.4/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.4/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.4/en/creating-ssl-rsa-files-using-mysql.html
                                SSL and RSA File Characteristics SSL and RSA files created automatically by the server have these characteristics: SSL and RSA keys have a size of 2048 bits.  MySQL provides these ways to create the SSL certificate and key files and RSA key-pair ...
                                            
                https://dev.mysql.com/doc/refman/8.4/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.4/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.4/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.4/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.4/en/enterprise-encryption-configuring.html
                                 MySQL Enterprise Encryption lets you limit keys to a length that provides adequate security for your requirements while balancing this with resource usage. You can also configure the functions provided by the component_enterprise_encryption ...