Closed mikgry closed 10 months ago
I noticed that the delete_multi method is slow and makes n queries - It would be faster to delete multiple records with a single query.
delete_multi
Looks great thanks @mikgry!
I noticed that the
delete_multi
method is slow and makes n queries - It would be faster to delete multiple records with a single query.