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.

Forum Posts

Beta Opportunity for Neo4j Workspace

Introducing Neo4j Workspace We’re inviting you to check out Neo4j Workspace. Workspace combines our most powerful graph tools (Data Importer, Bloom, and Browser) all in one place to help you get up and running with graph databases faster. For experie...

Screen Shot 2022-10-14 at 12.48.07 PM.png
TrevorS by Community Team
  • 856 Views
  • 1 replies
  • 0 kudos

About the Neo4j Graph Platform Category

The Neo4j Graph Platform includes the core database and all the technologies surrounding the database, making it useful and accessible for a lot of different users. When asking a question, please select a descriptive label that best matches your quer...

Neo4j-graph-database-to-graph-platform.png
yolande by Community Team
  • 1118 Views
  • 1 replies
  • 1 kudos

Issue a dismiss via scene action

Hi, I would like to create a scene action that takes the highlighted nodes and finds first order neighbors and dismisses the original nodes and the neighbors. The first part of the scene action is straight forward in getting the nodes of interest, wh...

Query seems to not execute properly. Is it an issue?

Hello there, I am executing queries which seems to behave weird.The queries i am executing is this one :    MATCH(nodea0:HypoComplexe:DOPLER:Maquette:ImportXML{id:'62c6df857aeb04026be826069df0faa67236a7d7d10a6b848fc66acf4b7ab7ab'}) CALL apoc.periodic...

mv59_grid_1-1674569369977.png mv59_grid_0-1674570258462.png

Restarting graph due to failure

I've setup a causal cluster using Neo4j 4.0.1 enterprise. I have three core members and two read replicas. The cluster looks to have been successfully formed. I can see the correct members in the routing table. I have successfully sent read and write...

ppoliani by Node Link
  • 1599 Views
  • 3 replies
  • 5 kudos

Cypher: Alias length >4 chars makes query 25x slower

I discovered today that alias length can affect query in a huge way. I'm doing a count query with some date filters, with indexes on date property (NodeIndexSeekByRange). Profiling this query i discovered that using an alias with 4 or less charact...

Bertel by Node
  • 429 Views
  • 3 replies
  • 0 kudos

Neo4j v5.3 causing issues to Louvain algorithm?

I recently updated neo4j from v4.4.14 to v5.3 and came across an issue with the Louvain algorithm returning incorrect Louvain scores when comparing my manual algorithm with bloom's inbuilt algorithm (The communities generated by my code are different...