[MDEV-32855] Document a relaton between max_sort_length and sort_buffer_size Created: 2023-11-22 Updated: 2023-11-22 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Documentation |
| Affects Version/s: | N/A |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Ian Gilfillan |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Increasing max_sort_length value may require increasing sort_buffer_size, otherwise ER_OUT_OF_SORTMEMORY errors may start appearing. It is mentioned in the MySQL manual, but not in the KB. |
| Comments |
| Comment by Ian Gilfillan [ 2023-11-22 ] |
|
I've made a trivial mention of this, but will leave open to document in more detail at some point. |