I have a type which has an ID. When I get the updates for that type, I don’t know if it is already present in the DB or not. I just want to add it if not present, and update it if present.
But, currently, I’ll have to try add first, then fail, then run update with a filter for that ID. That’s unnecessary work.