Hi, I also wonder how can you load an entity without its relationships (for performance purposes for .e.g. load the Spring Security principal on every request but without loading all of its relationships), modify its base properties and save it witho...
Following, I don't know if it's because I am using the Free-Tier, but I've built a very basic CRUD application using Spring Data Neo4j 6 and inserting a few nodes (like an Actor connected to a Movie) can take up to 10 seconds.
Note: in my case the se...
Problem was on our side. We were using session.clear() in between operations. There is nothing to be concerned of @gerrit.meier and @michael.simons.
Sorry for cross-posting and thanks.
Correct @gerrit.meier, Spring Data Neo4j 5.2.7 is the version. And unfortunately I don't have handy reproducible version. Just wanted to know if that is something you tested - that is, without using Session object, thanks.
Still not working using spring-data-neo4j-2.2.7.RELEASE with neo4j-ogm-core-3.2.x as transitive dependency. Method I am using is repository.save()
Edit: version I am talking about is org.springframework.boot:spring-boot-starter-data-neo4j:2.2.7.RELE...