简体   繁体   中英

Any method to get a size of arangodb collection?

I'm looking for a way to measure the total size of a collection. Is there equivalent method for arangodb like db.collection.totalSize() or db.collection.stats() in mongodb?

pyArango.collection.Collection.figures() solves the problem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM