File tree Expand file tree Collapse file tree 1 file changed +63
-0
lines changed 
modules/ROOT/pages/notifications Expand file tree Collapse file tree 1 file changed +63
-0
lines changed Original file line number Diff line number Diff line change @@ -3650,6 +3650,69 @@ m|WARNING
36503650|===
36513651
36523652
3653+ [#_neo_clientnotification_security_shardedperformance]
3654+ === This privilege will have a severe performance impact on sharded databases.
3655+ 
3656+ .Notification details 
3657+ [cols="<1s,<4"]
3658+ |===
3659+ |Neo4j  code
3660+ m|Neo.ClientNotification.Security.ShardedPrivilegePerformance
3661+ |Title
3662+ a|This privilege will have a severe performance impact on sharded databases.
3663+ |Description
3664+ a|This privilege will severely reduce the performance of queries run on sharded databases. We recommend to exclude sharded databases for now.
3665+ |Category
3666+ m|SECURITY
3667+ |GQLSTATUS code
3668+ m|01N73
3669+ |Status description
3670+ |warn: sharded privilege performance.
3671+ This privilege will severely reduce the performance of queries run on sharded databases. We recommend to exclude sharded databases for now.
3672+ |Classification
3673+ m|SECURITY
3674+ |SeverityLevel
3675+ m|WARNING
3676+ |===
3677+ 
3678+ .Grant a property access rule privilege on all databases 
3679+ [.tabbed-example]
3680+ ===== 
3681+ [.include-with-GQLSTATUS-code] 
3682+ ====== 
3683+ Command::
3684+ +
3685+ [source, cypher]
3686+ ---- 
3687+ GRANT TRAVERSE ON GRAPH * TO ROLE exampleRole 
3688+ ---- 
3689+ 
3690+ Returned GQLSTATUS code::
3691+ 01N73
3692+ 
3693+ Returned status description::
3694+ warn: sharded privilege performance.
3695+ This privilege will severely reduce the performance of queries run on sharded databases. We recommend to exclude sharded databases for now.
3696+ 
3697+ Suggestions for improvement::
3698+ Grant the privilege explicitly to databases instead of on all.
3699+ 
3700+ ====== 
3701+ [.include-with-neo4j-code] 
3702+ ====== 
3703+ Command::
3704+ +
3705+ [source, cypher]
3706+ ---- 
3707+ GRANT TRAVERSE ON GRAPH * TO ROLE exampleRole 
3708+ ---- 
3709+ 
3710+ Suggestions for improvement::
3711+ Grant the privilege explicitly to databases instead of on all.
3712+ ====== 
3713+ ===== 
3714+ 
3715+ 
36533716[#_topology_notifications]
36543717== `TOPOLOGY` notifications
36553718
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments