Hi All, As discussed in the sync call today, I'm opening this email thread with the aim to clarify our approach to Persistence.
So this is specific to storing data in RDBMS (leaving NoSQL to another thread). IIRC, it was mentioned in the sync call that statements like "UPDATE ... WHERE key = X and someProperty = Y" had disadvantages, but we did not have time to go into details on that. As for me, it seems to be a reliable way to make updates when the server code uses the "optimistic locking" paradigm. I'd appreciate it if people could share their opinions on this topic. Thanks, Dmitri.