I am confused if in MySQL unique constraint is physical index or virtual index? And as unique constraint is defined on a column then, Is there any need to make a hash column also and defining index on hash column to speed up the process of queries considering that unique constraint column contains variable number of characters mostly above 40 characters and on average 50+?
And total records are 150+ million plus.
I have asked another question with details of hashes and its indexing plan. index on url or hashing considering RAM