Async code becoming synchronous with Bolt?

32 views
Skip to first unread message

Simen Endsjø

unread,
Aug 9, 2018, 4:19:58 AM8/9/18
to Neo4jClient
I have a report with lots of queries using async/await which runs in 15 seconds using the http client (GraphClient), and 43 seconds using the bolt client (BoltGraphClient).
A quick look at the profiler shows it's doing a lot of work on a single thread using the BoltGraphClient, while the GraphClient will use many threads.
The reason for trying the Bolt client is to remove the json deserializing resource hog for this report.

Before I start digging into this unknown.. Does anyone have any pointers on where to start looking?

Toby Miller

unread,
Nov 12, 2019, 4:40:43 AM11/12/19
to Neo4jClient
I'm having the same problem. I didn't find this group before I raised an issue for it: https://github.com/Readify/Neo4jClient/issues/340
Reply all
Reply to author
Forward
0 new messages