Commit f90025c
Merge #158602
158602: changefeedccl: improve changefeed.default_range_distribution_strategy… r=andyyang890 a=techcodie
… description
Update the cluster setting description to be clearer and more informative:
- Explain what each option (default vs balanced_simple) actually does
- Clarify the relationship with locality restrictions
- Mention the per-changefeed override option
- Note that this setting replaces the deprecated changefeed.balance_range_distribution.enable
This improves the auto-generated documentation on the cluster settings page and helps users understand when and how to use this setting.
Fixes #101219
Epic: None
Co-authored-by: Ansh <[email protected]>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