You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
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.
To Reproduce
Setup steps (if required). Example:
Setup table in database with this schema
That's all. Duplicated indexes will be there.
Steps to reproduce the behavior:
Install application
Check indexes in the database.
Expected behavior
Less indexes (I am preparing a Pull Request) to speed up DMLs and save storage.
Actual behavior
Duplicated indexes in place.
Screenshots
I will detail it in the PR.
Environment (please complete the following information):
Oracle
PostgreSQL
MySQL
SQL Server
Workaround(s)
Not needed, but anyone can run the alter tables to drop the indexes.
Additional context
none needed
The text was updated successfully, but these errors were encountered:
Not sure that I would classify this as a bug, but removing the unnecessary indexes makes sense to me.
billmask
changed the title
[BUG] Unnecessary Indexes using more storage than needed
[Enhancement] Unnecessary Indexes using more storage than needed
May 27, 2021
I confess I also don't think it is a bug. I can edit the issue and set differently. I can create a new issue and relate it to the PR.
The code owners can say what they think it is better.
Describe the bug
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.
To Reproduce
Setup steps (if required). Example:
Steps to reproduce the behavior:
Expected behavior
Less indexes (I am preparing a Pull Request) to speed up DMLs and save storage.
Actual behavior
Duplicated indexes in place.
Screenshots
I will detail it in the PR.
Environment (please complete the following information):
Workaround(s)
Not needed, but anyone can run the alter tables to drop the indexes.
Additional context
none needed
The text was updated successfully, but these errors were encountered: