I'm trying to replace `lookupResources` with a bun...
# spicedb
w
I'm trying to replace
lookupResources
with a bunch of parallel `check`s. I'm seeing that it's consuming a whole lot of CPU in the pods. I'm finding this strange: I don't expect that there should be much that CPU-intensive in checking permissions? I'll try to run a pprof later (if you can remind me how, that'd be appreciated), but anything that springs to mind that could be causing this?
2 Views