Commit 03dac65
changefeedccl: improve changefeed.default_range_distribution_strategy description
Update the cluster setting description to be clearer and more informative:
- Explain what each option (default vs balanced_simple) actually does
- Clarify that both options use DistSQL for node selection
- Follow cluster setting description conventions (no sentence capitalization)
This improves the auto-generated documentation on the cluster settings page
and helps users understand when and how to use this setting.
Fixes #101219
Release note (enterprise change): Improved the description of the
changefeed.default_range_distribution_strategy cluster setting to better
explain the available options and their behavior.
Epic: None1 parent 114aa82 commit 03dac65
File tree
3 files changed
+8
-6
lines changed- docs/generated/settings
- pkg/ccl/changefeedccl
3 files changed
+8
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
369 | 371 | | |
370 | 372 | | |
371 | 373 | | |
| |||
0 commit comments