PDF (US Ltr)
        - 43.3Mb
                                PDF (A4)
        - 43.4Mb
                                Man Pages (TGZ)
        - 297.1Kb
                                Man Pages (Zip)
        - 402.4Kb
                                Info (Gzip)
        - 4.3Mb
                                Info (Zip)
        - 4.3Mb
                    
            Search Results
                        
                    
                    
            https://dev.mysql.com/doc/refman/8.0/en/partitioning-columns.html
                                 The next two sections discuss COLUMNS partitioning, which are variants on RANGE and LIST partitioning. COLUMNS partitioning enables the use of multiple columns in partitioning keys. All of these columns are taken into account both for the purpose ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/partitioning-key.html
                                 Partitioning by key is similar to partitioning by hash, except that where hash partitioning employs a user-defined expression, the hashing function for key partitioning is supplied by the MySQL server. NDB Cluster uses MD5() for this purpose; for ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/partitioning-maintenance.html
                                 A number of table and partition maintenance tasks can be carried out on partitioned tables using SQL statements intended for such purposes. Table maintenance of partitioned tables can be accomplished using the statements CHECK TABLE, OPTIMIZE ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/password-security-user.html
                                 MySQL users should use the following guidelines to keep passwords secure. When you run a client program to connect to the MySQL server, it is inadvisable to specify your password in a way that exposes it to discovery by other users. The methods you ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/performance-schema-replication-tables.html
                                This is similar to the information available from the SHOW REPLICA STATUS statement, but representation in table form is more accessible and has usability benefits: SHOW REPLICA STATUS output is useful for visual inspection, but not so much for ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/performance-schema-statement-summary-tables.html
                                 The Performance Schema maintains tables for collecting current and recent statement events, and aggregates that information in summary tables. Section 29.12.6, “Performance Schema Statement Event Tables” describes the events on which statement ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/performance-schema-system-variables.html
                                The Performance Schema automatically sizes the values of several of its parameters at server startup if they are not set explicitly. Performance Schema system variables have the following meanings: performance_schema Command-Line Format ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/populating-spatial-columns.html
                                 After you have created spatial columns, you can populate them with spatial data. Values should be stored in internal geometry format, but you can convert them to that format from either Well-Known Text (WKT) or Well-Known Binary (WKB) format. For ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/precision-math-decimal-characteristics.html
                                 This section discusses the characteristics of the DECIMAL data type (and its synonyms), with particular regard to the following topics: Maximum number of digits Storage format Storage requirements The nonstandard MySQL extension to the upper range ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/precision-math-expressions.html
                                 With precision math, exact-value numbers are used as given whenever possible. For example, numbers in comparisons are used exactly as given without a change in value. In strict SQL mode, for INSERT into a column with an exact data type (DECIMAL or ...