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

[Enhancement] removing unnecessary Indexes using more storage than needed #4605

Open
billmask opened this issue Jun 21, 2021 · 3 comments · May be fixed by #4565
Open

[Enhancement] removing unnecessary Indexes using more storage than needed #4605

billmask opened this issue Jun 21, 2021 · 3 comments · May be fixed by #4565
Labels
enhancement New feature or request Internal-Issue-Created An issue has been created in NextGen's internal issue tracker RS-6411 triaged

Comments

@billmask
Copy link

Is your feature request related to a problem? Please describe.
There is no wrong behavior of the application but there are unnecessary indexes in the databases XMl files.
This slow down the DMLs and does not help with queries but main problem is storage usage.

Describe your use case
Reduce storage usage and speed up DMLs.

Describe the solution you'd like
Just see the PR #4565

Describe alternatives you've considered
None

Additional context

Expected behavior
Less indexes (I am preparing a Pull Request) to speed up DMLs and save storage.

Actual behavior
Duplicated indexes in place.

Environment (please complete the following information):

  • Oracle
  • PostgreSQL
  • MySQL
  • SQL Server
@billmask
Copy link
Author

@tonygermano Moved into here

@pladesma pladesma added Internal-Issue-Created An issue has been created in NextGen's internal issue tracker RS-6411 triaged labels Jun 21, 2021
@billmask
Copy link
Author

@cturczynskyj It is supposed that I should merge it?

@pladesma
Copy link
Collaborator

@billmask We have an internal backlog item created to look at your pull request, but it isn't prioritized yet, so we don't have an exact estimate of when it will be merged. As of now, there are no additional actions you need to take regarding your pull request.

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

Successfully merging a pull request may close this issue.

2 participants