Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-error-reporter.html
                                --skip-nodegroup=nodegroup_id Command-Line Format --connection-timeout=# Type Integer Default Value 0 Skip all nodes belong to the node group having the supplied node group ID.  ndb_error_reporter creates an archive from data node and management ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-shm-definition.html
                                Group Version (or later) NDB 8.4.0 Type or units unsigned Default 35 Range 0 - 200 Restart Type Node Restart: Requires a rolling restart of the cluster. (NDB 8.4.0) Determines the group proximity; a smaller value is interpreted as being closer. 
                                            
                https://dev.mysql.com/doc/refman/8.4/en/network-namespace-support.html
                                Group Replication, only when using the MySQL communication stack to establish group communication connections.  A network namespace is a logical copy of the network stack from the host system. Network namespaces are useful for setting up containers ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/order-by-optimization.html
                                (This is the first table in the EXPLAIN output that does not have a const join type.) The query has different ORDER BY and GROUP BY expressions. (The resulting sort order may be completely different from the order for ABS(a), of course.) SELECT ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/partitioning-selection.html
                                You can also use aggregate functions with HAVING and GROUP BY options.  Explicit selection of partitions and subpartitions for rows matching a given WHERE condition is supported. Partition selection is similar to partition pruning, in that only ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/performance-schema-binary-log-transaction-compression-stats-table.html
                                Compressed transactions are grouped by the compression algorithm used, and uncompressed transactions are grouped together with the compression algorithm stated as NONE, so the compression ratio can be calculated.  This table shows statistical ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/performance-schema-filtering-names.html
                                 Names given for filtering operations can be as specific or general as required. For example, to select all file I/O instruments, it is better to use a pattern that includes the entire instrument name prefix: ... WHERE NAME LIKE 'wait/io/file/%'; A ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/performance-schema-firewall-membership-table.html
                                The firewall_membership table has these columns: GROUP_ID The group profile name.  The firewall_membership table provides a view into the in-memory data cache for MySQL Enterprise Firewall. It is used in conjunction with the ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/performance-schema-replication-connection-status-table.html
                                GROUP_NAME If this server is a member of a group, shows the name of the group the server belongs to.  This table shows the current status of the I/O thread that handles the replica's connection to the source, information on the last transaction ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/performance-schema-socket-summary-tables.html
                                Each socket summary table has one or more grouping columns to indicate how the table aggregates events. This column can be grouped on to isolate, for example, client activity from that of the server listening sockets.  These socket summary tables ...