I'm trying to implement pagination on resources a ...
# spicedb
s
I'm trying to implement pagination on resources a user has permission for by first using LookupResources using an offset and a limit to filter the resource IDs before querying mysql with those IDs. Is that a sound implementation? because every time a new page is requested we go through all the resources, the LookupResources doesn't allow for filtering in spicedb itself
3 Views