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

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

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