cockroachdb / cockroachdb/cockroach
copy: implement buffered copy that can retry
Open
C-enhancement
T-sql-queries
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
We currently have limited retry support that is disabled and only works for nonatomic copies. We should enable it by default in 23.1 and implement a limited entire copy buffer so we can extend our retry support to atomic copies.
Jira issue: CRDB-25818
Contributor guide
Assessment
This issue has not been assessed yet.