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 -

sql - MySQL - Finding Empty relations -

linux - gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now -