optimizer_disk_read_ratio
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:
Chance that we have to do a disk read to find a row or index entry from the engine cache (cache_
misses/total_ cache_ requests). 0.0 means that everything is cached and 1.0 means that nothing is expected to be in the engine cache.
DETAILS
PARAMETERS
Command-line | --optimizer_disk_read_ratio=# |
Configuration file | Supported |
Dynamic | Yes |
Scope | Global |
Data Type | DOUBLE |
Minimum Value | 0 |
Maximum Value | 1 |
Product Default Value | 0.020000 |