Hello,
i have a table with 25 fields that holds 8 million rows. For this table i use 13 indexes. Why? I set an index for every field that's used often for join or where operations.
But i read that using too many indexes is not recommendet. So i want to ask you experts: Can i use the indexes i have at the moment? Should i reduce them? What's your opinion here?
Thx for your help
i have a table with 25 fields that holds 8 million rows. For this table i use 13 indexes. Why? I set an index for every field that's used often for join or where operations.
But i read that using too many indexes is not recommendet. So i want to ask you experts: Can i use the indexes i have at the moment? Should i reduce them? What's your opinion here?
Thx for your help