Is this module suitable for people that know little or nothing about databases? I know just about nothing, I simply want my site to run faster.
Is using the index feature for all items in the "Indexes for Views" and "Indexes for Core modules" safe? Or, should this feature only be used by people that know their stuff when it comes to databases?
Comments
Comment #1
mikeytown2 commentedIndexes are fairly safe. The other tabs; you should be comfortable with phpmyadmin at a minimum otherwise I don't recommend using those. I would start with "Indexes for Views" and go from there.
Comment #2
crea commentedIt should be noted on project page, that mindless using of indexes can actually slow your database, not speed up. Every index slows write operations. This is especially true for shared hosting, where disks are oversold and disk IO is expensive.
Comment #3
crea commentedDuplicate of #1218556: Disclaimer on adding indexes and performance drop