Join Discord
Powered by
you can certainly micro-optimize today if you are ...
# spicedb
v
vroldanbet
03/13/2023, 5:50 PM
you can certainly micro-optimize today if you are aware of the distribution of your dataset. say you know that 90% of resource grants are
reader
. In that case I'd do:
Copy code
permission read = reader + write
because SpiceDB will evaluate the first element, and then the second one concurrently
Previous
Next