memgraph/docs/user_technical/reference__create_index.md
Ivan Paljak ff5eba73e0 Add indexing concept and reference in user_techincal
Reviewers: buda, dtomicevic

Reviewed By: buda

Differential Revision: https://phabricator.memgraph.io/D1485
2018-08-06 10:36:55 +02:00

346 B

CREATE INDEX

Summary

Create an index on the specified label, property pair.

Syntax

CREATE INDEX ON :<label_name>(<property_name>)

Remarks

  • label_name is the name of the record label.
  • property_name is the name of the property within a record.
  • At the moment, created indexes cannot be deleted.