Search



Search Results
Displaying 161 to 170 of 619 total results
https://dev.mysql.com/doc/refman/8.4/en/index-hints.html
Index hints give the optimizer information about how to choose indexes during query processing. Index hints, described here, differ from optimizer hints, described in Section 10.9.3, “Optimizer Hints”. Note MySQL 8.4 supports the index-level ...
https://dev.mysql.com/doc/refman/8.4/en/mysqlcheck.html
The mysqlcheck client performs table maintenance: It checks, repairs, optimizes, or analyzes tables. mysqlcheck uses the SQL statements CHECK TABLE, REPAIR TABLE, ANALYZE TABLE, and OPTIMIZE TABLE in a convenient way for the user. Command Meaning ...Each table is locked and therefore unavailable to other sessions while it is being processed, although for check operations, the table is locked with a READ lock only (see Section 15.3.6, “LOCK TABLES and UNLOCK TABLES Statements”, for more information about READ and WRITE ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-autopilot.html
HeatWave Autopilot makes the HeatWave query optimizer increasingly intelligent as more queries are executed, resulting in continually improving system performance. Data Load Auto Parallel Load Optimizes load time and memory usage by predicting the ... HeatWave Autopilot automates many of the most important and often challenging aspects of achieving exceptional query performance at scale, including cluster provisioning, loading data, query processing, and failure ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-running-queries-best-practice.html
The following practices are recommended when running queries: If a query fails to offload and you cannot identify the reason, enable tracing and query the INFORMATION_SCHEMA.OPTIMIZER_TRACE table to debug the query. If the optimizer trace does not ...For example, the following query contains a subquery and is not offloaded as indicated by the EXPLAIN output, which does not show “Using secondary ...
https://dev.mysql.com/doc/refman/8.4/en/explain-extended.html
The Message value in SHOW WARNINGS output displays how the optimizer qualifies table and column names in the SELECT statement, what the SELECT looks like after the application of rewriting and optimization rules, and possibly other notes about the ... The EXPLAIN statement produces extra (“extended”) information that is not part of EXPLAIN output but can be viewed by issuing a SHOW WARNINGS statement following ...
https://dev.mysql.com/doc/refman/8.4/en/join.html
Index hints can be specified to affect how the MySQL optimizer makes use of indexes. Optimizer hints and the optimizer_switch system variable are other ways to influence optimizer use of indexes. This includes a join handled by merging derived ...
https://dev.mysql.com/doc/refman/8.4/en/system-schema.html
Data Dictionary Tables Grant System Tables Object Information System Tables Log System Tables Server-Side Help System Tables Time Zone System Tables Replication System Tables Optimizer System Tables Miscellaneous System Tables The remainder of this ...It contains tables that store information required by the MySQL server as it ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-0.html
(WL #16017) Optimizer Notes This release adds support for automatic updates of histograms. (Bug #36053241, WL #15786) The multi-range read (MRR) optimization did not perform as well as in previous releases. (WL #16044) Important Change: This release ...(Bug #36301441) Audit log filtering by type, using error as the type, did not work ...
https://dev.mysql.com/doc/refman/8.4/en/descending-indexes.html
Descending indexes also make it possible for the optimizer to use multiple-column indexes when the most efficient scan order mixes ascending order for some columns and descending order for others. Indexes that have descending key parts are not used ... MySQL supports descending indexes: DESC in an index definition is no longer ignored but causes storage of key values in descending ...
https://dev.mysql.com/doc/refman/8.4/en/index-statistics.html
Storage engines collect statistics about tables for use by the optimizer. For optimizer purposes, an important statistic is the average value group size. For optimization purposes, the relevant value is the average size of the non-NULL value groups. This makes index appear to the optimizer to be less useful than it really is for joins that look for non-NULL ...
Displaying 161 to 170 of 619 total results