Add documentation for adaptive partitioning and adaptive task sizing of FTE#17179
Add documentation for adaptive partitioning and adaptive task sizing of FTE#17179mosabua merged 4 commits intotrinodb:masterfrom
Conversation
There was a problem hiding this comment.
What's the behavior for users who still have this (and other removed properties) configured?
There was a problem hiding this comment.
server startup will fail. Let me add this property to DefunctConfigs
6d748e1 to
6be2866
Compare
There was a problem hiding this comment.
Any upper or lower bounds? Also what does this mean .. explain "growth factor" ... I think it means you add 20% each time .. right?
There was a problem hiding this comment.
Lower bound is 1.0. Thanks for the reminder, I have added a commit to enforce this check.
think it means you add 20% each time .. right?
Yes. Let me add more color around this one.
6be2866 to
4238e1d
Compare
|
Failure is not related. |
jhlodin
left a comment
There was a problem hiding this comment.
Couple more comments, then LGTM
4238e1d to
51d0dfe
Compare
| * **Default value:** ``false`` | ||
| * **Session property:** ``determine_partition_count_for_write_enabled`` | ||
|
|
||
| Enables determining the number of partitions based on amount of data read and processed by the |
There was a problem hiding this comment.
| Enables determining the number of partitions based on amount of data read and processed by the | |
| Enables determining the number of partitions based on the amount of data read and processed by the |
mosabua
left a comment
There was a problem hiding this comment.
This looks good now. Thank you @linzebing .. we will follow up with further improvements as discussed in a separate PR.
Description
Add documentation for adaptive partitioning and adaptive task sizing of FTE
Additional context and related issues
Add docs for #16719 and #17024
Release notes
(x) This is not user-visible or docs only and no release notes are required.
( ) Release notes are required, please propose a release note for me.
( ) Release notes are required, with the following suggested text: