One of the Java client Best Practices bullets says it is better to replace records rather than update them, the example given is for the PUT operation. I was wondering if this advice also holds for operations such as ADD and operations that require reading a bin beforehand.
Thanks!