upsert

名词 n. 动词 v.

英文释义

名词 n.
  1. An operation that inserts rows into a database table if they do not already exist, or updates them if they do.
    — The upsert option lets you specify whether the update should be an upsert—that is, it tells MongoDB to update the record if it exists, and create it if it doesn't.
动词 v.
  1. To insert rows into a database table if they do not already exist, or update them if they do. transitive
    — Each entity event is upserted into the key/value table, such that the most recently read event for a given key is represented.

词形变化

upserts present,singular,third-person upserting participle,present upserted participle,past upserted past upserts plural

词源

词源 1
Blend of update + insert.
词源 2
Blend of update + insert.
0 次浏览 数据来源: Wiktionary