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.
mysql テーブルにいくつかのデータがあります。各レコードを一度だけ使用したい。したがって、「is_used」列があります。
しかし、誰かが更新クエリの前にデータを選択した場合、レコードが既に使用されていることを知りません。
これが大きな懸念事項である場合は、ロックのさまざまなオプションを検討する必要があります。これは並行性の問題です。