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.

Latency in retrievals with relationships in SDN 6.0

With the latest version of SDN 6.0.0-M2, I have below observation as of now. When we go with either dynamic relationship or Relationship Properties, records are saving in database quickly, but retrieval taking more time compared to Old SDN 5.3.3 version.

In new version, below are the syntaxes to create either dynamic relationship or Relationship Properties,

Syntax for relationship with properties: Below syntax represents Sponsor relationship between two member nodes.

Syntax for dynamic relationship without any properties: Below syntax represents Sponsor relationship between two member nodes. In the Map, key-String represents the relationship name, that we can configure dynamically.

2X_a_a7749cb26e8901b02b5e9d573c79be208b109bde.png

When I am trying to get Member data using below JPA method, system taking more time when any of the above relationships exists in the Member entity class. It is taking 7 mins to get the single Member data using below method (findByMemberId()) from latest version SDN 6.0.0. In old version SDN 5.3.3 – getting same member data within a second. This issue especially occurring only when there is a relationship exists between two nodes with same labels. Here, we are referring relationship between two member nodes of same label.

2X_5_56c0b6d0a2a77ebfe71d612bf754c09de21d8a21.png

2X_c_c1171edf21e496419ead61131dcbbf6cfa92cc6c.png

2X_f_ff1829e2ad8419965649b242f59220d3f08144ed.png

Below are the few reasons why we are planning to go with 6.0.0-M2 instead of 5.3.3. Other than that 5.3.3 is far much better and stable version.

  • Connecting to specific database from application
  • Dynamic Relationship Types creation from application. ( Possible only when there are no properties present on Relationship )
  • We can use both reactive as well as non-reactive neo4j repository as per need.

Can someone please help me on this latest version latency w.r.t retrievals.

0 REPLIES 0