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

geo: Add support for finer-grain levels of locality #11268

Open
es1024 opened this issue Jan 28, 2022 · 0 comments
Open

geo: Add support for finer-grain levels of locality #11268

es1024 opened this issue Jan 28, 2022 · 0 comments
Assignees
Labels
area/docdb YugabyteDB core features kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue

Comments

@es1024
Copy link
Contributor

es1024 commented Jan 28, 2022

Jira Link: DB-922

Description

Context: #9980

We currently only support global and region-local transactions. This means that if we have a cluster spanning much of the globe (e.g. nodes in the US, EU, and Asia Pacific), with some data replicating across only multiple regions within the US, distributed transactions to data within the US will incur global latencies at commit time due to the use of the global transaction table.

This can be handled by extending the notion of locality to be more fine-grained than region-locality. In the example above, we could have a multi-region transaction table over the multiple regions of the US to be used for transactions operating on data in more than one US region, but no data outside of the US.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docdb YugabyteDB core features kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue
Development

No branches or pull requests

2 participants