Posts by n4ppo@floss.social
(DIR) Post #AY8F70dPvTLqu58lmK by n4ppo@floss.social
2023-07-27T21:20:05Z
0 likes, 0 repeats
@Codeberg I don't know why this is happening, but I recon it might be connected to using a subquery in the IN part.I think deleting from a JOIN may have a chance to perform better:DELETE action FROM action INNER JOIN comment ON action.comment_id = comment.id WHERE comment.issue_id = 350251;