Is it a problem if some tables have more indicies than columns?
![]()
I've noticed that some tables have more indices than columns.
Is this a problem? |
One answer
![]()
It is likely expected and not a problem, but can be examined by your DBA.
There are several tables where it is expected, for example: REQUEST_BASELINE has 3 columns and 3 indicies, one index per column and one on both columns for uniqueness. |