I have a year_qtr column as a varchar '201503', '201701' etc. That can be a number as well (instead of Varchar).
Question is - if there is already index on this column - how much benefits I could expect once I change this 6 letter Varchar to a 'Number' column when doing joins or search with Where clause on this column etc.
Thanks!