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

SQLServer: Support fill factor for index #20634

Merged
merged 4 commits into from
Apr 20, 2020

Conversation

ralmsdeveloper
Copy link
Contributor

@ralmsdeveloper ralmsdeveloper changed the title [WIP] SQLServer: Support fill factor for index SQLServer: Support fill factor for index Apr 15, 2020
Copy link
Contributor

@lajones lajones left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we also add tests:

  1. in SqlServerBuilderExtensionsTest similar to the existing ones for IncludeProperties(), (here might be a good place to test the ArgumentOutOfRangeExceptions I mention below too), and
  2. in SqlServerModelDifferTest - see the existing tests for IsCreatedOnline. Plus please add a test to make sure that the model differ picks it up if you change only the fillfactor from one valid value to another.

@ralmsdeveloper
Copy link
Contributor Author

@lajones rebase is done!

Copy link
Contributor

@lajones lajones left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few small comments / naming changes and we're good to go. Thanks very much @ralmsdeveloper !

@lajones lajones merged commit 0189aa3 into dotnet:master Apr 20, 2020
@lajones
Copy link
Contributor

lajones commented Apr 20, 2020

This is now merged. Thanks once again @ralmsdeveloper.

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.

SQL Server Index Fill Factor
2 participants