I'm looking at CheckBulkPermissions. I have ~50 pe...
# spicedb
w
I'm looking at CheckBulkPermissions. I have ~50 permissions to evaluate for ~200 resources, is there a best approach about it: - Send a single CheckBulkPermissions containing 10k checks - Send 50 CheckBulkPermissions in parallel, grouped by permissions - Send 200 CheckBulkPermissions in parallel, grouped by resources Is SpiceDB optimised for one of these better than the others?