Hacker News new | ask | show | jobs
by arlattimore 11 days ago
I wonder if the ORM deletes were slow due to looping through a list calling delete on each object vs having a bulk delete method which accepts a list of IDs?