Skip to content

Conversation

glienard
Copy link

@glienard glienard commented Dec 5, 2021

In the original version you have either the option to defrag only the right partition or all but the right one, which is good for sliding window partitions, or defrag all partitions at the same time. I added a 4th option to defrag partitions partition by partition when needed. Instead of doing all partitions it will go over each partition - including the right one - and will defrag them if needed.

Use @dealMaxPartition tinyint = 2
/* 0 = only right-most partition; 1 = exclude right-most populated partition; 2=look at all partitions; NULL = do not exclude; see notes for caveats; only in Enterprise Edition */

Note that I have also included the pull request of #258 as I encountered the same problems

In the original version you have either the option to defrag only the right partition or all but the right one, which is good for sliding window partitions, or defrag all partitions at the same time.  I added a 4th option to defrag partitions partition by partition when needed.
@ghost
Copy link

ghost commented Dec 5, 2021

CLA assistant check
All CLA requirements met.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant