noun, noun or participle which takes 'suru', transitive verb
upsert; update or insert
Database operation that inserts a new row or updates an existing one if a conflict occurs. Technical computing term.
このデータベースでは、UPSERT文を使って重複を避けている。
This database uses an upsert statement to avoid duplicates.
新しいレコードをアップサートする処理を実装した。
I implemented a process to upsert new records.