I have a problem. I want to get all documents of a collection with ~ 1 mio documents inside. I asked myself what is the fastest way to get all documents inside
I'm using python-arango as a driver for ArangoDB, and there doesn't seem to be an UPSERT interface. I intended to tag this with python-arango, but I have insuf