sql problem since last update
Hello.
Since the last update I have an sql problem. Every night, around 1am, I have this query that launches and runs continuously with a state that remains in “sending data”. :
SELECT id FROM item WHERE uid = 2 AND created < UTC_TIMESTAMP() - INTERVAL 60 DAY AND ...
I have to kill the task because I have a mysql process (mariadb) running at 100%.
Thank you