SpiceDB's `LookupResources` is an excellent API to...
# spicedb
j
SpiceDB's
LookupResources
is an excellent API to find the data a user has access to if it's a relatively small subset of the overall number of documents. What about an alternative world where most users have access to most data? Presumably I don't want to get into a scenario where
LookupResources
returns 10 million IDs and I include all that in my DB lookup -- how should we handle those situations?