[MDEV-18551] New defaults for eq_range_index_dive_limit Created: 2019-02-12 Updated: 2019-02-19 Resolved: 2019-02-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Optimizer |
| Fix Version/s: | 10.4.3 |
| Type: | Task | Priority: | Major |
| Reporter: | Varun Gupta (Inactive) | Assignee: | Varun Gupta (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
As discussed in MDEV-17484, the value for eq_range_index_dive_limit needs to be raised to 200. |
| Comments |
| Comment by Sergei Petrunia [ 2019-02-17 ] |
|
Hi varun, Please add --echo # comments before the ANALYZE statements in the testcase. The comments should explain what exactly the test is expecting to see in the ANALYZE output (type=range, rows about ... this many values, because ... ). Ok to push after this is addressed. |