``` fully_consistent indicates that all data used ...
# spicedb
c
Copy code
fully_consistent indicates that all data used in the API call *must* be
at the most recent snapshot found.

NOTE: using this method can be *quite slow*, so unless there is a need to
do so, it is recommended to use `at_least_as_fresh` with a stored
ZedToken.
How slow are we talking here?
9 Views