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

Commented 2 unnecessary indexes present in a few D_MC and D_MM tables. #4565

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

Conversation

billmask
Copy link

As described in Issue 4551 there are indexes that uses the same first column or columns as the Primary Key indexes. This make them unnecessary. They only slow down DMLs and uses storage.
I commented, not deleted, them. But if you want I can delete. It is quite hard to test this, as nothing in application behavior will change.

@billmask
Copy link
Author

I am not sure if I should merge it or not.

@JackieK5
Copy link
Collaborator

@billmask Thank you for your Pull Request. We are interested in considering your contribution but before it can be included in an official branch or release, we need to receive a signed copy of our Contributor License Agreement. Please review the Source Code Contribution page for more details and then sign and return the agreement as instructed.

@twest-mirthconnect
Copy link
Contributor

@billmask - Take a look at the comment above from Jackie. We need the contributor's agreement signed this month for planning purposes for 4.3.

Thanks in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Internal-Issue-Created An issue has been created in NextGen's internal issue tracker RS-6411 triaged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement] removing unnecessary Indexes using more storage than needed
5 participants