Hi,
Say I have a column that is unique (but not required). Is it good to keep it or it'd slow down when *inserting* new records (checking for uniqueness)? But also, keeping the unique constraint, does it help with *selecting* a row using that column as the condition?
Eg:
SELECT * FROM table...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.