You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have DEFAULT_REGION_BACKOFF, OPTIMISTIC_BACKOFF, and PESSIMISTIC_BACKOFF. The same Backoff is used almost everywhere in a certain transaction.
There can be more fine-grained Backoffs for better performance and user experience.
Currently we have
DEFAULT_REGION_BACKOFF,OPTIMISTIC_BACKOFF, andPESSIMISTIC_BACKOFF. The sameBackoffis used almost everywhere in a certain transaction.Backoffs for better performance and user experience.