Ziyue Hua

Results 6 issues of Ziyue Hua

RedisGraph 2.8.14 After using following statements to create the graph: CREATE (n0 :L3{k20:'W'}) RETURN *; CREATE (n1 :L2{k14:true}) RETURN *; CREATE (n2 :L0 :L2 :L3{k4:true, k5:'Gv', k11:1396799742, k13:'EO', k19:false, k21:true,...

x:perf

**Is your feature request related to a problem? Please describe.** Say I need to create a online game with multiple scenes. For each player, he/she only exists in one scene,...

type:feature
stat:awaiting triage

I discovered that when a query becomes slower when using 4.4.10 compared to 4.3.17 **Neo4j Version:** 4.4.10 **Operating System:** Ubuntu 20.04 **API:** Java # Steps to reproduce 1. Execute following...

bug
team-cypher

I discovered that a query is much slower in the version4.4.10 compared with 4.3.17. I wonder if this is a performance defect? **Neo4j Version:** 4.4.10 (compared with 4.3.17) **Operating System:**...

bug
team-cypher

I find that the Open-Cypher Specification for the WITH clause is a little unclear. Specifically, I'm not sure how the WITH clause deals with the result set of the previous...

I find that the Open-Cypher Specification for the WITH clause is a little unclear. Specifically, I'm not sure how the WITH clause deals with the result set of the previous...

team-clg