when you have a model with intersections (such as ...
# spicedb
y
when you have a model with intersections (such as the custom roles pattern) and call
listResources
with an
optional_limit
, is it limiting the final result set or is it being optimistic and limiting in the intermediate steps as well? we're seeing something where a one-step
limit
works great, but a deeper query with an intersection in one of its permissions times out when given the same limit.