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.

alex3
Node Clone
since ‎12-09-2021
‎02-08-2023

User Statistics

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

User Activity

Hi, I recently noticed that simple label lookups like MATCH (n:Resource) RETURN n LIMIT 5 Take very long. When I ran PROFILE, I noticed that all label lookups were doing AllNodesScan instead of NodeByLabelScan. I don't recall deleting any special in...
Hi, I am using neosemantics (n10s) to import various ontologies into my graph. One issue I have encountered is that I want some properties to be treated as lists (which is solved by setting "handleMultival": "ARRAY" in the config, then setting a "mul...
Hi, I have been experiences extremely slow relationship merges to Neo4j. When rerunning a merge of data already inserted, the query runs 10x faster (as there are no writes to perform), but when none of the nodes / relationships exist, the query runs ...
I have a (relatively) nontrivial cypher query, but I have reduced it down to a small example that still breaks: CALL db.index.fulltext.queryNodes("MyIndexName", "'My Search Phrase'~0.8") YIELD node WITH *, collect(node) as nodes RETURN nodes The pro...
Kudos from
Kudos given to