What's the performance of `at_least_as_
# spicedb
t
What's the performance of
at_least_as_fresh
compared to
minimize_latency
? Is it essentially the same if the ZedToken is much older than the cache entries?
v
it's basically equal to minimize latency, except when it's a freshly newly minted token (within the first quantization window), then it's more akin of a fully-consistent check
7 Views