I just started using indexes and I have a user_id column with AUTO_INCREMENT, Unique and Primary enabled. Yet I heard that an "index" will make searching way faster, so I clicked the "index" button on phpmyadmin and the "index" button doesn't turn black like the other two: http://puu.sh/2KkSB.png
So then I pressed "Indexes" at the bottom of the screen and this came up:
So what I wanted to know, is PRIMARY already "indexed"? Will this make searching any faster? Is it the same action as pressing the "index" button on the column? Thanks.