Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Defrag all partitions one by one + brackets #264

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

1 participant