Say I have an ID row (int) in a database set as the primary key. If I query off the ID often do I also need to index it? Or does it being a primary key mean it\'s already in
I have a huge database with no (separate) index.
Any time I query by the primary key the results are, for all intensive purposes, instant.