G
Guest
Does a table join query between Byte fields faster than between String fields?
e.g. table_1.byte_field joins with table_2.byte_field VS
table_3.string_field joins with table_4.string_field.
e.g. table_1.byte_field joins with table_2.byte_field VS
table_3.string_field joins with table_4.string_field.