You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMO The current multi-region tutorials have way too much infra setup inline with what we are actually trying to show, which at its heart is:
look at your multi-region cluster's latency before making it officialy "multi-region" from CRDB's POV, it might not be great
run some multi-region SQL commands saying which tables should be GLOBAL, REGIONAL
cockroach moves chairs around
look at your latency again, it's better - yay
It might be better to have in the prerequisites a link to the setups above where we say "do these steps first, then you can come back here and just focus on the SQL API and observing latencies etc"
Fixes#10007.
Summary of changes:
- Add a new page 'Simulate a multi-region cluster on localhost', with
instructions for using `cockroach demo --global`
Fixes#10007.
Summary of changes:
- Add a new page 'Simulate a multi-region cluster on localhost', with
instructions for using `cockroach demo --global ...` This will be part
of the infrastructure for creating/updating multi-region demos in our
docs that highlight the new features coming for v21.1.
Fixes#10007.
Summary of changes:
- Add a new page 'Simulate a multi-region cluster on localhost', with
instructions for using `cockroach demo --global ...` This will be part
of the infrastructure for creating/updating multi-region demos in our
docs that highlight the new features coming for v21.1.
Fixes#10007.
Summary of changes:
- Add a new page 'Simulate a multi-region cluster on localhost', with
instructions for using `cockroach demo --global ...` This will be part
of the infrastructure for creating/updating multi-region demos in our
docs that highlight the new features coming for v21.1.
IMO The current multi-region tutorials have way too much infra setup inline with what we are actually trying to show, which at its heart is:
It might be better to have in the prerequisites a link to the setups above where we say "do these steps first, then you can come back here and just focus on the SQL API and observing latencies etc"
The page may want to have two tabs:
Docker version (a la https://dev.to/cockroachlabs/simulating-a-multi-region-cockroachdb-cluster-on-localhost-with-docker-59f6): slightly complex, but closer to "reality" perhaps?
cockroach demo
version (a la sql: update demo for new multi-region abstractions cockroach#62025). however i don't know how much we can trust this, it's not real dogfood (or at least, possibly further from real dogfood than the frankenstein'd docker setup above)However all of the above is conditional on whether these simulated non-real-dogfood things even work, so this may not be the thing to do
Next step: test these out
The text was updated successfully, but these errors were encountered: