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

Introduce the "Table Key" module #506

Merged
merged 4 commits into from Jan 23, 2024
Merged

Conversation

IhorHandziuk
Copy link
Member

@IhorHandziuk IhorHandziuk commented Jan 23, 2024

Summary

It has been shown that disabling keys (indexes) allows for faster mass deletion of records.
Introducing a new module that would allow AL code to disable indexes before mass deletion / insertion / modification of records in a table.

Work Item(s)

Fixes AB#494937

@IhorHandziuk IhorHandziuk requested a review from a team as a code owner January 23, 2024 10:00
@github-actions github-actions bot added this to the Version 24.0 milestone Jan 23, 2024
stkillen
stkillen previously approved these changes Jan 23, 2024
@darjoo
Copy link
Contributor

darjoo commented Jan 23, 2024

Tests? :)

@IhorHandziuk
Copy link
Member Author

Tests? :)

There is no way to test this in AL unfortunately, I verified that it works using SQL Server Management Studio

@IhorHandziuk IhorHandziuk merged commit 040679f into main Jan 23, 2024
20 checks passed
@IhorHandziuk IhorHandziuk deleted the bugs/494937-UptakeAlterKey branch January 23, 2024 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants