Open massimocGH opened 2 years ago
The root of the problem here is that many of these transitions require many internal transactions. If each such transactions takes a number of round-trips and the RTT is over 100ms, it's not surprising that it's slow. We'll track this in the backlog, but tuning the latency of this sort of thing is not a top priority.
Describe the problem
ALTER TABLE ... SET LOCALITY REGIONAL BY ...
suffers from high latency, taking long to complete even on empty tables.These are some examples of the performance of this type of schema changes on empty tables (table names are redacted):
Expected behavior It would be nice if these kind of operations completed faster.
Environment:
Jira issue: CRDB-21383