Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scalability of collections, documents #19492

Open
tokarenko opened this issue Jul 31, 2023 · 0 comments
Open

Scalability of collections, documents #19492

tokarenko opened this issue Jul 31, 2023 · 0 comments

Comments

@tokarenko
Copy link

I am trying to create arangosearch view over all document collections for analytical purposes: get all documents in all collections for past few days. I hit 2048 collections limit of AQL query. I found that the limit is configurable since 3.10.7. Please advise on the following:

  1. What is the upper bound for collections in DB/AQL query? I plan to have much more collections and scale them to represent actual points of data collection. Should I change layout and have one giant collection for all the documents? I would prefer to have many collections though.
  2. Is there a limit on the number of documents in collection/query?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant