Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Currently the loose scan code in opt_range.cc considers all indexes as possible for the access method. Due to inexact statistics it may happen that a loose scan is selected over a unique index.
This is clearly wrong since a "loose scan" over a unique index will read the same keys as a direct index scan, but the loose scan has more overhead.
Attachments
Issue Links
- relates to
-
MDEV-7118 Anemometer stop working after upgrade to from 5.6 to 10.0
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 10.0.3 [ 12900 ] | |
Fix Version/s | 10.0.2 [ 11900 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Timour Katchaounov [ timour ] | Sergei Petrunia [ psergey ] |
Fix Version/s | 10.0.4 [ 13101 ] | |
Fix Version/s | 10.0.3 [ 12900 ] |
Fix Version/s | 10.0.5 [ 13201 ] | |
Fix Version/s | 10.0.4 [ 13101 ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Priority | Major [ 3 ] | Minor [ 4 ] |
Assignee | Sergei Petrunia [ psergey ] | Timour Katchaounov [ timour ] |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Workflow | defaullt [ 26058 ] | MariaDB v2 [ 44301 ] |
Workflow | MariaDB v2 [ 44301 ] | MariaDB v3 [ 63612 ] |
Workflow | MariaDB v3 [ 63612 ] | MariaDB v4 [ 132070 ] |
Assigned to SergeyP for review.