I am working with a very old MySQL database which uses Yes/No as flags and CA, US etc. for identifying countries rather than 1/0 and country ID.
These all have indexes.
Is this much of a hit on performance? There are a lot of records in this database.