Performance of delete of multiple rows by multiple PK that are Partition Keys with "where in" clause vs deleting records one by one?
Which one will have a better performance delete with "where in" clause for multiple Primary Keys that are Partition Keys or deleting them one by one?