I have a table with more than 5,000,000 records. The SQL Query performance on this table impacted by index fragment a lot. Looks like everyday, the fragment increasing so fast. I need to rebuild index every day for user's complain.
How to figure it out the possible reason? How to resolve this issue? Is it a hardware issue or need recreate the table with partition option?