how to check whether a document exists by docID in ArangoDB without getting its real value?

元气小坏坏 提交于 2021-01-29 20:53:05

问题


for c in knows
  filter DOCUMENT(c._from)==null || DOCUMENT(c._to)==null
  remove { _key: c._key} IN knows

I wonder if the 'document (docID)' condition is slow, and whether the document exists or not according to the document ID, without obtaining its real value.

来源:https://stackoverflow.com/questions/62669204/how-to-check-whether-a-document-exists-by-docid-in-arangodb-without-getting-its

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!