I have a table with some 10 million records, I wonder whether it is better to index field by field or concatenate the fields? example:
Columns code, name, type, create an index for each column or an index concatenating the 3? code + name + type
Thank you
Columns code, name, type, create an index for each column or an index concatenating the 3? code + name + type
Thank you