[MDEV-9531] GROUP_CONCAT with ORDER BY inside takes a lot of memory while it's executed Created: 2016-02-08 Updated: 2023-06-17 Resolved: 2019-04-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | 5.5, 10.0, 10.1 |
| Fix Version/s: | 10.2.24, 10.1.39, 10.3.15, 10.4.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 10.1.14, 10.1.18, 10.1.19 | ||||||||
| Description |
|
A query like
easily uses up to 4-5 Gb memory while it's running.
|
| Comments |
| Comment by Sergei Golubchik [ 2016-02-08 ] |
|
There are two possible approaches:
|
| Comment by Oleksandr Byelkin [ 2016-05-04 ] |
|
revision-id: eb9fab76fb4322a7821e6502e6303ed381624429 (mariadb-10.1.13-18-geb9fab7)
Limitation added to Red-Black tree. — |
| Comment by Oleksandr Byelkin [ 2016-06-28 ] |
|
I remove variable and made automatic minimum print output calculation: revision-id: 13b5098fcaa888173472d255e29aff22bcc5baae (mariadb-10.1.13-18-g13b5098)
Limitation added to Red-Black tree. — |
| Comment by Oleksandr Byelkin [ 2016-09-26 ] |
|
revision-id: f5a5ac49b5ff7b04aa816d33ca44d9fe88a94498 (mariadb-10.1.17-23-gf5a5ac4)
Limitation added to Red-Black tree. — |
| Comment by Sergei Golubchik [ 2019-04-20 ] |
|
please, review commit 73b12b0cebc in bb-10.1-serg |
| Comment by Oleksandr Byelkin [ 2019-04-24 ] |
|
OK to push. |