Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document non-blocking transactions #9704

Closed
rmloveland opened this issue Feb 3, 2021 · 0 comments · Fixed by #10190
Closed

Document non-blocking transactions #9704

rmloveland opened this issue Feb 3, 2021 · 0 comments · Fixed by #10190
Assignees
Milestone

Comments

@rmloveland
Copy link
Contributor

Non-blocking transactions provide the foundation for Multiregion GLOBAL tables. They are a variant of CockroachDB's standard read-write transaction protocol that permit low-latency, global reads of read-mostly and read-only (excluding maintenance events) data.

See also:

@rmloveland rmloveland self-assigned this Feb 3, 2021
@rmloveland rmloveland added this to the 21.1 milestone Feb 3, 2021
rmloveland added a commit that referenced this issue Mar 26, 2021
Fixes #9704.
See also #9040.

Summary of changes:

- Add a new section to the 'Transaction Layer' doc: 'Non-blocking
  transactions', where we provide a high-level overview of the operation
  and benefits of these types of transactions, followed by some slightly
  lower-level (but still handwavy) description of how they work.
rmloveland added a commit that referenced this issue Apr 13, 2021
Fixes #9704.
See also #9040.

Summary of changes:

- Add a new section to the 'Transaction Layer' doc: 'Non-blocking
  transactions', where we provide a high-level overview of the operation
  and benefits of these types of transactions, followed by some slightly
  lower-level (but still handwavy) description of how they work.
rmloveland added a commit that referenced this issue Apr 20, 2021
Fixes #9704.
See also #9040.

Summary of changes:

- Add a new section to the 'Transaction Layer' doc: 'Non-blocking
  transactions', where we provide a high-level overview of the operation
  and benefits of these types of transactions, followed by some slightly
  lower-level (but still handwavy) description of how they work.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant