Home / cs-notes / Architecture / Components / Database / MySQL / questions / 原子操作 - 实现 putIfAbsent 语义
- k: private key / unique index
INSERT IGNORE INTO test(k, v) VALUES ('a', 2);
Home / cs-notes / Architecture / Components / Database / MySQL / questions / 原子操作 - 实现 putIfAbsent 语义
INSERT IGNORE INTO test(k, v) VALUES ('a', 2);