The MongoDB docs say:
$isolated does not work with sharded clusters
Does this mean it does not work at all? Or does it mean that it does not work if the affected documents are on different shards, meaning that it does work if the affected documents are on the same shard?
I have a sharded cluster but I can assure that all affected documents are on the same shard. So I want to know, if in that case I can use $isolated
.