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

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

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

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