[MDEV-9373] Improve performance pushing down full query for using index for group by Created: 2016-01-06 Updated: 2023-05-23 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Spider |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | VAROQUI Stephane | Assignee: | Yuchen Pei |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Running
if idx1 as low cardinality it is always more interesting to map reduce the query as most of the data will be reduce first in the backend using the index, sending less network traffic to the spider node Workaround was identify by using
|