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

Fix table partitioning docs #4503

Merged
merged 3 commits into from Mar 15, 2019
Merged

Fix table partitioning docs #4503

merged 3 commits into from Mar 15, 2019

Conversation

jseldess
Copy link
Contributor

There were numerous problems in the partition by list example:

  • It used only 2 datacenters, a bad pattern for CockroachDB.
  • In each datacenter, there was only 1 node. This made partitioning
    non-functional because CockroachDB won't place more than one replica
    of a range on a single node.
  • There were some bugs in the zone config settings.

This PR expands the example to 3 datacenters with 3 nodes in each. It also
converts the example to be runnable as a local cluster and adds
an example of how to view the zone config for a partition.

Fixes #4499.

Separately, we'll need to re-test and refresh the partition by range example and the sub-partition example.

@cockroach-teamcity
Copy link
Member

This change is Reviewable

…example

There were numerous problems in the partition by list example:

- It used only 2 datacenters, a bad pattern for CockroachDB.
- In each datacenter, there was only 1 node. This made partitioning
  non-functional because CockroachDB won't place more than one replica
  of a range on a single node.
- There were some bugs in the zone config settings.

This PR expands the example to 3 datacenters with 3 nodes in each. It also
converts the example to be runnable as a local cluster and adds
an example of how to view the zone config for a partition.

Fixes #4499.
@jseldess jseldess force-pushed the show-zone-config-for-partition branch from 5471106 to 4c45514 Compare March 14, 2019 20:16
Copy link
Contributor

@rkruze rkruze left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @Amruta-Ranade and @rkruze)

@jseldess
Copy link
Contributor Author

TFTR, @rkruze. @Amruta-Ranade, I'll wait for your copy review as well.

@jseldess jseldess merged commit bfe72b9 into master Mar 15, 2019
@jseldess jseldess deleted the show-zone-config-for-partition branch March 15, 2019 22:35
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 this pull request may close these issues.

None yet

4 participants