Ok, I'm in the middle of developing a project on my own (first time for me for this scale) and it started in a rush so my tables are kind of miserable. I need to add proper index' and need some help.
I'm confused, need to clarify a few points:
- Should I use index for non-int columns? Why/why not
- I've read a lot about clustered and nonclustered index yet I still can't decide when to use one. A good example would help me and a lot of other developers.
I know that I shouldn't use indexes for columns or tables that are often updated. That is in pocket for now. What else should I be careful about and how can I know that it is all good before going to test phase?
Thank you,