I want to know what is best table structure and indexes for users table (login by email and password) for best performance. I don't want to use usernames. I want to login with unique index (for better performance) with user email.I want to know what is best table structure and