FindById works as expected but is very slow, is there any way of optimizing it? Running the query several times in Postman slightly improved performance.
I upgraded from community edition 3.5 to 4.2.4. I can start Neo4j but cannot open the browser. I get a blank screen at HTTP://localhost:7474. Have tried uninstalling and reinstalling, checking the conf settings but no luck so far.
I have seen threads on which SDN 6.0 staff try to explain the deletion of existing relationships when saving new connections to existing nodes and I fail to understand what good is supposed to come from SDN boldly doing what it is not asked to do. W...
Hi,
You can ignore I think it's a database version issue. I am testing on Community edition 3.5 because I could not create a database in Community edition 4.0.
I only use "save" once with no relationship properties, to generate the node id then I use @Query methods to add the relationship properties. To retrieve I use @Query methods to retrieve the main node with its relationship properties as null or empty...
User is the logged-in user fetched by Spring Security through a UserRepository that is why the user is able to register the company ABC. But immediately after registering a company all the user's role-based access is disabled because of course the "R...
As I mentioned earlier you can drop this one, I found a way of saving without deleting existing relationships. But I think we have a terminology problem. "SDN only creates the relationships it knows about at the moment of saving. But on the other han...