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

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -