From 46f95a6016b23237d2919ad92d99a2a8f9533092 Mon Sep 17 00:00:00 2001 From: Daniel Bass <94785484+danielbass37@users.noreply.github.com> Date: Wed, 21 Feb 2024 19:09:42 +0100 Subject: [PATCH] Added tip about attribute limits --- docs/how-to/manage-data/loading-data.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/how-to/manage-data/loading-data.mdx b/docs/how-to/manage-data/loading-data.mdx index 0f03f077..2e488f3e 100644 --- a/docs/how-to/manage-data/loading-data.mdx +++ b/docs/how-to/manage-data/loading-data.mdx @@ -28,6 +28,12 @@ in the `user id` and `resource`, you can pass in a whole object that will contai These attributes are evaluated on each enforcement check. This also gives you the flexibility to pass in **dynamic** / **just-in-time** attributes and evaluate these against the policies. +:::info +Both a resource and a user can have multiple attributes attached to them. +There are no practical limits on number of objects or object sizes. +There are limits on the overall data volume that can be loaded to a single PDP, which can be bypassed via [PDP Sharding](https://docs.permit.io/how-to/manage-data/pdp-sharding/). +::: + Here is an example of the code: ```javascript