Is it possible in MySQL to know beforehand query execution time? I mean how long it will take to execute the query.
Generally its worthwhile to know how long any query can take to execute.
At the moment, problem at hand is Converting CHAR to BIT (1.2GB Table size, MyISAM, indexes not on the columns I want to change, 3GB RAM)