Select * from `strapi_database_schema` order by `time` DESC limit 1 - ER_OUT_OF_SORTMEMORY: Out of sort memory, consider increasing server sort buffer size

If you look into that table you’ll find only one record there, not heavy at all.
the issue is strapi didn’t index their sorting column time, adding a simple index would fix it.

1 Like