有的 document 包含某个 field,有的又不包含。
准备移除某个 collection 下所有 document 的某个 field,该怎么做?
PHPz2017-04-24 09:14:37
collection.update
xxoo:
$exists: true
,
$unset:
xxoo: true
,
multi: true
, ->
巴扎黑2017-04-24 09:14:37
unset traversal removal.
If there are too many entries, it will affect database performance, so be careful.