My Arangodb database has a collection with about 300.000 documents.
I want to import a list from all the documents containing a number and a key.
I use an query like this:
FOR c IN k2p_product RETURN {key:c._key , code:c.code}
But I get a list with just only 1000 documents.
Can somebody help me?
What I need is a list with all 300.000 documents.
New contributor
Johan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.