-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: expand cockroach demo to allow setting of locality #39450
Copy link
Copy link
Closed
Labels
A-demoA-partitioningA-sql-executionRelating to SQL execution.Relating to SQL execution.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Description
Recently, we expanded Cockroach Demo to include movr by default as well as allow for creating nodes. We should further expand upon this work to allow for setting of locality via Cockroach Demo.
I'm imagining something like:
./cockroach demo movr --nodes 3 --locality=us-east1-b,us-central1-a, us-west1-a
Where each comma separates a locality.
This will make it easier to simulate and test partitioning and other features.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-demoA-partitioningA-sql-executionRelating to SQL execution.Relating to SQL execution.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)