I'm trying SpiceDB with a large data set. Calling ...
# spicedb
r
I'm trying SpiceDB with a large data set. Calling LookupResource I get back the response
StatusCode="ResourceExhausted", Detail="grpc: received message larger than max (5781763 vs. 4194304)"
. I'm assuming this means the returned resource data set is too large be handled in a response. Is it possible to page LookupResource calls? Are there any best practices for keeping the data set a manageable size? For instance, our IDs are bit long and could be slimmed down.
3 Views