mysql - create single or multiple index name -
i'm trying put indexes on mysql table. questions is, putting multiple columns under 1 index name better having different index names different columns?
here's i'm trying say:
index name: testindex columns: username, agegroup
or
index name: username column: username index name: agegroup column: agegroup
any difference in terms of performance above approaches?
Comments
Post a Comment