\"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil.\" (Donald Knuth). My SQL tables are unlikely to conta
Indexes are often created implicitly when using UNIQUE constraints. I wouldn't try to avoid their use in that case!