upsert
名词 n.
动词 v.
英文释义
名词 n.
-
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.
-
To insert rows into a database table if they do not already exist, or update them if they do.
— Each entity event is upserted into the key/value table, such that the most recently read event for a given key is represented.
词源
词源 1
Blend of update + insert.
词源 2
Blend of update + insert.
0 次浏览
数据来源: Wiktionary