Hi guys. Just out of curiosity, does sending a check permission request with consistency = fully_consistent the same as setting a revision quantilization interval to 0 on spicedb side and make check permission request with minimize latency consistency? While from the logic point of view both variants are bypassing the cache and forces spicedb to fetch data from datastore, I'm wondering are both operations the same from the performance perspective? Thanks!
v
vroldanbet
03/31/2025, 7:36 AM
I don't think I've considered the effects of quantization interval = 0 but based on my understanding of how the code works I think in practice it would be effectively like
fully_consistent
, no performance benefits. You would be computing a new revision each time.