mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-30812: Improve output cardinality estimates for hash join
Introduce @@optimizer_switch flag: hash_join_cardinality When it is on, use EITS statistics to produce tighter bounds for hash join output cardinality. Amended by Monty. Reviewed by: Monty <monty@mariadb.org>
This commit is contained in:
@@ -734,7 +734,8 @@ The following specify which files/extra groups are read (specified before remain
|
||||
extended_keys, exists_to_in, orderby_uses_equalities,
|
||||
condition_pushdown_for_derived, split_materialized,
|
||||
condition_pushdown_for_subquery, rowid_filter,
|
||||
condition_pushdown_from_having, not_null_range_scan
|
||||
condition_pushdown_from_having, not_null_range_scan,
|
||||
hash_join_cardinality
|
||||
--optimizer-trace=name
|
||||
Controls tracing of the Optimizer:
|
||||
optimizer_trace=option=val[,option=val...], where option
|
||||
|
Reference in New Issue
Block a user