[MDEV-6214] After BKA has filled join buffer, it should check again whether to use MRR 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 |
|
(filing based on discussions with Igor) The problem is: if one uses mrr_cost_based=ON, it is possible for the following
The idea to address this is as follows: after BKA code has filled the join buffer, we should note the amount of data we have in the join buffer and check again whether to use DS-MRR. Tasks to be done
Unresolved questions
|