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 -

unity3d - Rotate an object to face an opposite direction -

Upload file with tags through OwnCloud or NextCloud API -