Hi everyone. Could someone point me out
# spicedb
k
Hi everyone. Could someone point me out which setting configures how many tuples SpiceDB can handle simultaneously? I need to check permission for 1k objects using CheckBulkPermission API and I'm sending 1k objects to verify. This request is going to slow, because I see tuples resolved sequentially by batches of 100 elements instead of solving them at once. How to configure SpiceDB to let them all run concurrently? Thanks! https://cdn.discordapp.com/attachments/844600078948630559/1347313145814978581/image.png?ex=67cffbe5&is=67ceaa65&hm=a1144ff636df7cf8f938cfc81b758684e2a026b1df8528b9b3087fe89fe823b6&
v
I noticed this graph suggests serial dispatching, which is not expected. Then @Joey investigated and found the max bulk check concurrency wasn't being set after the team GA'ed the API. You should get a nice perf boost once https://github.com/authzed/spicedb/pull/2266 is released, or you can fetch the nightly build once it lands (https://hub.docker.com/r/authzed/spicedb-git)
k
Nice! Thank you so much!
m
Instead of upgrading /waiting for release. Is there a way we can pass this default as arg?
j
no; it wasn't wired correctly
m
when is the next release :lolsob:
j
in progress, so probably a week
v
@MelvinM you can always use the nightly docker image