Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Collection name length increased from 64 to 256 #192

Closed
Simran-B opened this issue Oct 25, 2019 · 3 comments
Closed

Collection name length increased from 64 to 256 #192

Simran-B opened this issue Oct 25, 2019 · 3 comments
Assignees
Milestone

Comments

@Simran-B
Copy link
Collaborator

arangodb/arangodb#9890

@Simran-B Simran-B added this to the 3.6 milestone Dec 12, 2019
@Simran-B Simran-B self-assigned this Dec 12, 2019
@Simran-B
Copy link
Collaborator Author

Name Type Length
Collection 256
View 256 (same as for collections)
Database 255 (?!)
Document 254 (?!)
Analyzer 254 (same as documents),
only the name attribute is prefixed with database name + ::
AQL unlimited for variable names?
256 for collection/View names

@Simran-B
Copy link
Collaborator Author

Database max name length was accidentally increased: https://github.com/arangodb/arangodb/pull/10712/files

Should be as follows now:

Name Type Length
Collection 256
View 256 (same as for collections)
Database 64
Document 254 (likely C legacy)
Analyzer 254 (same as documents)
AQL unlimited for variable names
256 for collection/View names (also bind vars)

@Simran-B
Copy link
Collaborator Author

d3c4e3b

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant