Collection and View Names

Users can pick names for their collections and Views as desired, provided thefollowing naming constraints are not violated:

  • The names must only consist of the letters a to z (both in lower and upper case), the numbers 0 to 9, and the underscore (__) or dash (-_)symbols. This also means that any non-ASCII names are not allowed.

  • View names must always start with a letter.

  • User-defined collection names must always start with a letter. System collectionnames must start with an underscore.

All collection names starting with an underscore are considered to be systemcollections that are for ArangoDB’s internal use only. System collection namesshould not be used by end users for their own collections.

  • The maximum allowed length of a name is 64 bytes.

  • Collection and View names are case-sensitive.