optimizer_where_cost
This page is part of MariaDB's Documentation.
The parent of this page is: System Variables for MariaDB Enterprise Server
Topics on this page:
Overview
In 11.4 ES:
Cost of checking the row against the WHERE clause. Increasing this will have the optimizer to prefer plans with less row combinations.
DETAILS
PARAMETERS
Command-line | --optimizer_where_cost=# |
Configuration file | Supported |
Dynamic | Yes |
Scope | Global, Session |
Data Type | DOUBLE |
Minimum Value | 0 |
Maximum Value | 100000 |
Product Default Value | 0.032000 |