son2408

Results 13 comments of son2408

> The query result is not cached because the query produced warnings. Queries that produce warnings will not be considered for addition to the query results cache. The full list...

How to set time live for caching query results? @jsteemann

> There is no time-to-live to configure. Query results will stay in the query results cache until the underlying collections change. Whenever one of the underlying collections changes, the query...

What are strengths of ArangoDB? with a simple graph from a nodes to millions edges takes 6.1s, compare with solr take 95ms. **Query** ``` for v,e, path in 0..1 outbound...

@jsteemann I cant filter as your suggest because I graph with max deep.

for v,e in 0..5 outbound 'nodes/2' edges filter e._to == 'nodes/td_0' return v._key

@jsteeman how to guide me the best way to optimize the graph with max deep. For detail, a node graph with max deept until final nodes. Count edges about 5...

hi @Redmen2679 I work usecase to authorized users on tree data. ![image](https://github.com/arangodb/arangodb/assets/32300653/7cc0a543-2815-47d3-8996-85a1816c784e) For detail, I have tree data as image. Now I authorized a user to parent path /data then...

I want to know testcase ArangoDB can travsersal max edges in a second? I see Arango traversal large number of edges about 1 ,2M too slow as the above example....

> I don't understand, why search should consider d and d with stroke as same characters? Wikipedia show d and and d with stroke as same characters ![screenshot_1694182347](https://github.com/arangodb/arangodb/assets/32300653/48683a65-568a-4b7a-97e0-ad6be363fea2) Futher, I...