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

Feature/rowver #23

Merged
merged 17 commits into from
Mar 18, 2020
Merged

Feature/rowver #23

merged 17 commits into from
Mar 18, 2020

Conversation

tznind
Copy link
Contributor

@tznind tznind commented Mar 17, 2020

This PR enables Change Tracking (https://docs.microsoft.com/en-us/sql/relational-databases/track-changes/about-change-tracking-sql-server?view=sql-server-ver15) and adds a RowVer column to each table.

This substantially reduces the number of objects fetched on refresh.

It also includes several other improvements (more dictionaries rather than loops etc) to performance when the database is chock full of objects.

@tznind tznind requested a review from Tallmaris March 17, 2020 13:11
@lgtm-com
Copy link

lgtm-com bot commented Mar 17, 2020

This pull request introduces 3 alerts when merging 0b77c22 into 78cfa1a - view on LGTM.com

new alerts:

  • 3 for Useless assignment to local variable

@lgtm-com
Copy link

lgtm-com bot commented Mar 18, 2020

This pull request introduces 3 alerts when merging 176c25e into 78cfa1a - view on LGTM.com

new alerts:

  • 3 for Useless assignment to local variable

@lgtm-com
Copy link

lgtm-com bot commented Mar 18, 2020

This pull request introduces 3 alerts when merging 65df88f into 78cfa1a - view on LGTM.com

new alerts:

  • 3 for Useless assignment to local variable

@Tallmaris Tallmaris merged commit a4f0d19 into develop Mar 18, 2020
@tznind tznind deleted the feature/rowver branch March 20, 2020 11:56
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.

2 participants