cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

kartlee1
Node
since ‎02-22-2019
‎06-01-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi, I need to run a query with apoc.case(..) and this seem to take more time to return results. Executing a particular case query, return results quickly. To show what is happening, I came up with following example - EXPLAIN CALL apoc.case([2 = 2, "...
Folks, I was thinking to use mapParallel instead of UNWIND to run the query on a set in parallel using the system resource. This gave me the same execution time to return the result. CALL apoc.cypher.mapParallel('Optional Match(:VideoFeed {pyid: _})...