Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/partitioning-selection.html
                                 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 specific partitions are checked for matches, but differs in two key ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/trigger-syntax.html
                                 To create a trigger or drop a trigger, use the CREATE TRIGGER or DROP TRIGGER statement, described in Section 15.1.22, “CREATE TRIGGER Statement”, and Section 15.1.34, “DROP TRIGGER Statement”. Here is a simple example that associates a ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-ndboperation.html
                                Beginning with NDB 8.0.30, NdbOperation supports an interpreted code API similar to that implemented by NdbInterpretedCode. See NdbOperation::Type for a listing of operation types and their corresponding NdbOperation subclasses. NdbOperation ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-selective-load.html
                                 Available as of MySQL 9.1.2, you can update external tables using Selective Load, which lets you edit the list of files that comprise an external table without altering the directories in the Object Storage bucket. This topic contains the following ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-tpch-quickstart.html
                                 The tpch Analytics Quickstart shows how to import data into the DB System using the MySQL Shell Parallel Table Import Utility, manually loading data into MySQL HeatWave Cluster, and running queries. This quickstart contains the following sections: ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/insert-select.html
                                 INSERT [LOW_PRIORITY | HIGH_PRIORITY] [IGNORE] [INTO] tbl_name [PARTITION (partition_name [, partition_name] ...)] [(col_name [, col_name] ...)] { SELECT ... | TABLE table_name | VALUES row_constructor_list } [ON DUPLICATE KEY UPDATE ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysqlbinlog.html
                                 The server's binary log consists of files containing “events” that describe modifications to database contents. To display their contents in text format, use the mysqlbinlog utility. You can also use mysqlbinlog to display the contents of relay ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/replace.html
                                 REPLACE [LOW_PRIORITY | DELAYED] [INTO] tbl_name [PARTITION (partition_name [, partition_name] ...)] [(col_name [, col_name] ...)] { {VALUES | VALUE} (value_list) [, (value_list)] ... | VALUES row_constructor_list } REPLACE [LOW_PRIORITY | DELAYED] ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/replication-features-functions.html
                                 Certain functions do not replicate well under some conditions: The USER(), CURRENT_USER() (or CURRENT_USER), UUID(), VERSION(), and LOAD_FILE() functions are replicated without change and thus do not work reliably on the replica unless row-based ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/rewriter-query-rewrite-plugin-reference.html
                                Users communicate with the plugin by modifying the set of rules stored in this table. The plugin communicates information to users by setting the table's message column. Note The rules table is loaded into the plugin by the flush_rewrite_rules ...