MySQL: Out of sort memory #33425
Unanswered
veneliniliev
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
When make sorting (on two fields) with eloquent on table with json field (many base64 items), mysql return error "Out of sort memory, consider increasing server sort buffer size" but eloquent don't throw/show any exeption :(
Returned value is NULL.
When increase sort_buffer_size=2M working perfectliy but... the problem is quite difficult to find...
Steps To Reproduce:
Beta Was this translation helpful? Give feedback.
All reactions