[MDEV-6215] Range Analyzer should tell whether range is looser than the source condition Created: 2014-05-06 Updated: 2015-10-30 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Sergei Petrunia | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | optimizer, tentative | ||
| Description |
|
(filed based on discussions with Igor) Some other module (todo: which? MDEV#?) needs to know whether the estimate is The main source of imprecision is that some of conditions are not [fully] Examples of conditions with imprecise estimates:
Examples of conditions with precise estimates:
(TODO: we don't need to handle the case of multi-column range analysis, do we?) |