Now (I assume) I need to query my database with th...
# spicedb
a
Now (I assume) I need to query my database with the filter from request (
org=qux
) and then take an intersection of two sets, one from the database and one from the Lookup API result. If we have millions of transactions in every set, that doesn't sound reasonable. I feel like I'm missing something obvious in this use case. Is there a better way to solve the problem I've explained? Thanks in advance.
4 Views