Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们在数据库中有太多的记录。
多个用户尝试一次更改一条记录。
如果记录被客户端读取后发生更改,如何防止更改,谁想更改它?(另一个用户更改了记录)。
我们可以使用任何 DBMS:SQL、NoSQL。但是现在我们使用 mongodb。
也许我会收到请求:
IF (record has not changed) UPDATE ELSE GET modified record