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
Post a Comment