Thanks for your advice, I am considering it. I want to backup my data, at first I want to get data statistics easily.
Thanks & Regards Wilfried Gösgens <[email protected]> 于2022年9月26日周一 23:03写道: > Hi, > Please note that ArangoDB 3.5 has been EOLed for over two years. > Please upgrade to at least ArangoDB 3.8 > > Am Mo., 26. Sept. 2022 um 16:21 Uhr schrieb Kevin Lv <[email protected]>: > >> Hi, >> When I use HTTP *GET /_api/collection/{collection-name}/figures* to >> count one collection size( >> https://www.arangodb.com/docs/3.5/http/collection-getting.html#return-statistics-for-a-collection >> <http://get%20/_api/collection/%7Bcollection-name%7D/figures>), >> it returns as below: >> >> >> *{ "error": false, "code": 200, "type": 2, "status": 3, "name": "tag", >> "waitForSync": false, "objectId": "1209032", "cacheEnabled": false, >> "figures": { "indexes": { "count": 3, "size": 179944 }, "documentsSize": >> 1855548, "cacheInUse": false, "cacheSize": 0, "cacheUsage": 0 }, >> "keyOptions": { "allowUserKeys": true, "type": "traditional", "lastValue": >> 5537 }, "globallyUniqueId": "c287039421/", "statusString": "loaded", "id": >> "1209033", "count": 3161, "isSystem": false }* >> >> I found that this response format not as the note described, I guess the >> 'documentSize' may intend to the result I want to kown about this >> collection, could anyone explains this to me? >> >> P.S. I am using ArangDB 3.5.2(Community Edition). >> >> Thanks, >> Kevin >> >> -- >> You received this message because you are subscribed to the Google Groups >> "ArangoDB" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/arangodb/94c0b64f-672a-4711-a4ab-9b9bcb194f3en%40googlegroups.com >> <https://groups.google.com/d/msgid/arangodb/94c0b64f-672a-4711-a4ab-9b9bcb194f3en%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- > You received this message because you are subscribed to a topic in the > Google Groups "ArangoDB" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/arangodb/soelgRSILDA/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/arangodb/CACOvXe1XNHaLmgDzpo2NWCLuAmaspNaGQtq_r85PeXv2_kZbcA%40mail.gmail.com > <https://groups.google.com/d/msgid/arangodb/CACOvXe1XNHaLmgDzpo2NWCLuAmaspNaGQtq_r85PeXv2_kZbcA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "ArangoDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/arangodb/CAD4Dneu8KKcWcOpgxa9gd3X9pgJhOevX%3DODcbcsZtUMJAL2EiQ%40mail.gmail.com.
