One more small question on this. When working with the hash/sync. What's the recommended consistency level?
As in, if the hash doesn't match, I would need to do a sync.. would I need to the reads with
at_least_as_fresh
or fully_consistent for calculating the diff for the sync?