cockroach icon indicating copy to clipboard operation
cockroach copied to clipboard

schemachanger: support tbl zone config

Open annrpom opened this issue 1 year ago • 2 comments

scbuild: add ResolvePhysicalTable

This patch adds ResolvePhysicalTable to the name resolver interface. This will allow us to set zone configurations on materialized views and sequences -- which are both tables that need to be stored in the kv layer.

Informs: https://github.com/cockroachdb/cockroach/issues/117574

Release note: None


scop: remove unused SeqNum from AddDatabaseZoneConfig

The SeqNum is not needed during immediate mutation.

Release note: None


scpb: modify TableZoneConfig element

This commit modifies the TableZoneConfig element that will become relevant for supporting ALTER TABLE ... CONFIGURE ZONE in the DSC.

Release note: None


schemachanger: add table zone config opgen rule

schemachanger: add table zone config opgen rule This patch adds an opgen rule for tbl zone configs in the ADD direction.

Informs: https://github.com/cockroachdb/cockroach/issues/117574 Release note: None


schemachanger: support tbl zone config

This patch adds the functionality to configure a zone configuration on a table.

Informs: https://github.com/cockroachdb/cockroach/issues/117574 Release note: None

annrpom avatar Jun 17 '24 16:06 annrpom

Your pull request contains more than 1000 changes. It is strongly encouraged to split big PRs into smaller chunks.

:owl: Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.

blathers-crl[bot] avatar Jun 17 '24 16:06 blathers-crl[bot]

This change is Reviewable

cockroach-teamcity avatar Jun 17 '24 16:06 cockroach-teamcity

tftrs!

bors r+

annrpom avatar Jul 08 '24 13:07 annrpom