I wanted to have a primary key in the form of 1_5_4 where
1 is user id
5 is comp id
4 is round id
Could anyone tell me if this is good/bad practice for MySQL p key design and how it would affect indexing etc.. I know you are meant to keep the p key short but I'm willing to sacrifice this for simplicity of the db design.
Thanks,