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.

mdfrenchman
Graph Voyager
since ‎08-30-2018
‎06-01-2022

User Statistics

  • 94 Posts
  • 4 Solutions
  • 34 Kudos given
  • 34 Kudos received

User Activity

Can anyone tell me if the specific principal making a connection request to the graph is available in the AuthorizationPlugin.Adapter.authorize method? From what I can tell, It's a collection of all principals and providers. I'm not sure if that coll...
When creating a new user defined function, how do you define the category that shows up when calling SHOW functions? Ex: SHOW functions YIELD name, category, description RETURN name, category, description Name and Description are in the documentat...
Hi @AndyHeap-NeoTech and @charlotte.skardon, We're currently having an issue after updating from the 1.x neo4j-dotnet-driver to the 4.x driver. For the most part everything is working fine, until we tried to run an export via async session that write...
Can anyone recommend the most optimal method to remove 138M+ nodes, one label and one index? So far MATCH (n:TheLabel) RETURN n LIMIT 1 is instant. As soon as I try something like MATCH (n:TheLabel) WITH n LIMIT 1 DETACH DELETE n it takes forever (ye...
We have a cluster of 3 servers (normal config, leader is read/write, 2 followers are read). We're having an issue of WRITE queries not completing, they're eventually returning an OOM exception. The cypher (with labels and props obsfucated): UNWIND ["...