8000 table locality that places a replica on all nodes · Issue #114780 · cockroachdb/cockroach · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
table locality that places a replica on all nodes #114780
Open
@michae2

Description

@michae2

In multi-region clusters, global tables place a replica in every region, but not necessarily on every node. Reads from such a table avoid inter-region round trips, but still might incur intra-region round trips.

To avoid any round trips at all, we would need a locality that places a replica on every node. A table with such a guarantee might allow some interesting optimizations in the physical planner or distsender, like always planning local execution or calling directly into kvserver.

Jira issue: CRDB-33678

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-multiregionRelated to multi-regionC-wishlistA wishlist feature.T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0