mirror of https://gitee.com/bigwinds/arangodb
432 B
432 B
DocumentKey
@GE{Document Key}: A document key uniquely identifies a document
in a given collection. It can and should be used by clients when
specific documents are searched.
Document keys are stored in the _key
attribute of documents.
The key values are automatically indexed by ArangoDB so looking
up a document by its key is regularly a fast operation.