client-rust icon indicating copy to clipboard operation
client-rust copied to clipboard

Fine-grained backoff

Open ekexium opened this issue 4 years ago • 0 comments

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.
  • [ ] Record the backoff history

ekexium avatar Jun 25 '21 05:06 ekexium