MySql - Varchar will be faster or Int while sorting -


i have large table , have sort records using tag_id column varchar values numeric in this.

will there performance improvement if convert column datatype varchar integer??

below quesry have write:

select * xxx table order tag_id;


Comments

Popular posts from this blog

sql - MySQL - Finding Empty relations -

javascript - Why jQuery Select box change event is now working? -

c - Android and JNI real time clock -