Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,8 @@ So due to the additional data access required by the security checks, this opera
=== Property-based access control limitations
Extra node or relationship-level security checks are necessary when adding security rules based on property rules, and these can have a significant performance impact.

The following example shows how the database behaves when adding security rules for nodes to roles `restricted` and `unrestricted`, the same limitations apply to relationships as well:
The following example shows how the database behaves when adding security rules for nodes to roles `restricted` and `unrestricted`.
The same limitations apply to relationships:

[source, cypher]
----
Expand Down