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
  • 942 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
  • 1183 Views
  • 1 replies
  • 1 kudos

Similar Louvain query giving different results

Hello, I am calling Louvain algorithms using 2 different syntactical ways but the same meaning (alteast I think so ). I am getting different results and I don't understand if this is a bug. #1 CALL algo.louvain( "MATCH (p:Network_L1_Louvain) RETURN ...

aforadi by Node
  • 1144 Views
  • 1 replies
  • 0 kudos

Optimising variable length path matches?

I've got a variable length path search which I'm trying to optimise. It currently takes a reasonably long time to run, as it does a lot of db hits: neo4j-sh (?)$ profile match (f:Feature)<-[:RELATED_FEATURE]-(:Layer0)<-[*0..3]-(s:SalesOrder) retu...

joe by Node Link
  • 1045 Views
  • 1 replies
  • 1 kudos

Relationship and Where conditions

MATCH (keanu:Person)-[:ACTED_IN]->()<-[:ACTED_IN]-(c), (c)-[:ACTED_IN]->()<-[:ACTED_IN]-(coc) Without anything else, couldnt all the above indicated nodes be the same node? In other words, "keanu", "c"and "coc" could all refer to Keanu Reeves, for ex...

rcfro2 by Node Clone
  • 2952 Views
  • 4 replies
  • 1 kudos

PROFILE Query Gotchas

Do people have some examples of PROFILEs that exhibit bad queries such as Cartesian products and other gotchas with Cypher queries? Would be good to have a sort of visual reference to refer to when profiling queries. Some annotated screencaps of prof...

Best way to sort nodes on changed on

Hi, We are now working 2 years with Neo4j and do a lot of performance checks. We are search a lot about sorting many nodes and we do not found a good solution. Only when i do a sort like; MATCH(message:Message) RETURN message ORDER BY message.chang...

Touchscreen Navigation

Facing real problems with touchscreen navigation. Hoping someone can help... When I touch a node in chrome (Windows) and try to drag it, whole screen moves not just the node.When I double tap, it does not open the links from the node. Ideas how this ...

Deleting entire database THROUGH JAVA PROGRAM

Graph details: ~800Mil nodes, ~650Mil relationships, ~1.45Bil properties Community Edition Limitations: No permissions to stop and restart DBEntire db must be cleared out so neo4j-admin import tool can be used to import new data on a weekly basisNo b...

Neo4j Desktop 1.1.9 BoltConnectionError

Hello, I've caught a glimpse on the update notes while performing the update to 1.1.9, saying that it fixes bolt connection. But, whereas previously, in 1.1.8, i was not experiencing any issue, now, in 1.1.9, the Desktop disconnects quite often (happ...