Hi
I have a table of q-grams (2 letter strings). I need to join another table to this on the CHAR(2) field.
Would it be faster to convert these 2-grams into a number (e.g. aa=1, ab=2, ac=3) and convert the fields in both this table and the referencing table to an INT and join using an INT rather?
Kind regards
Peter