Fix high CPU usage with overboard's catalog
So, mariadb doesn't seem to support in subqueries all the things that speed up the query...
Refactor the search subsystem
Fix high CPU usage with overboard's catalog
Issue seems to stem from vichan using A FUCKING REGEX to append the limit to the generated query. Should be solved by using implode to generate the unified query and then append the limit.