Open kaylee000 opened 5 years ago
Hi @kaylee000,
Thanks fo this. I am not sure I get everything, is there a reason why you reimplement parts of pyArango in your sample?
Hi @tariqdaouda , The sample code is from this website:https://www.arangodb.com/2017/10/performance-analysis-pyarango-usage-scenarios/. I made these changes just for running it correctly.
q1
document user/user_101
query result
q2
one document from userToGroups collection
query result
As shown, there are no results for both queries. However, the results changed after i changed the code.
q1 query result
q2 query result
My Environment
ArangoDB Version:3.4.0 Storage Engine: RocksDB Deployment Mode: Single Server pyArango Version:1.3.2 Operating System: Ubuntu16.04 hard disk capacity:20G RAM:2G
Sample Code
This is a changed version of code which solved the highly memeory useage problems.