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.

eric13013
Node Clone
since ‎10-18-2018
‎06-01-2022

User Statistics

  • 33 Posts
  • 0 Solutions
  • 2 Kudos given
  • 6 Kudos received

User Activity

Hi, I would like to use the Neo4j Reactive driver with RxJava2 in a standard java program. First question : is it relevant to use it in this case or should I use the "blocking style" session instead ? If relevant, I see in the javadoc of RxSession#re...
Hi, I am writing a kernel extension to perform actions in before and after commit phases. I have followed instructions here. I would like to get the latest bookmark available in causal cluster in after commit phase. Is it possible ? Thanks.
We want to migrate from Neo4j 3.5 to 4.0 and we have also to migrate integration tests using jUnit Neo4jRule. The new one with version 4.0 is very slow to start and stop compared to version 3.5. Is it normal ? Do we have to enable/disable something i...
We are currently using Java async driver with Neo4j 4.0. I had a look at your presentation here where performance results, notably for memory consumptions, are presented to be very better with new Reactive driver. I would like to know how far is the ...
Question 1 about Transaction read locks : when doing tx.acquireReadLock on a node, does all relationships linked to this node are also locked, or do we explicitly need to acquire a lock also for them ? Is it possible for a concurrent transaction to d...