I am working on building a small Mysql database for our team. For two tables in my db, I used the same index name.
Would there be any performance hit?
I did
Index names are per table, there shouldn't be any concern.