Advice needed to properly indexing a table with many fields to be searched on
问题 I have a user table that has many columns, it looks roughly like this: dname: { type: string(255), notnull: true } email: { type: string(255), notnull: true, unique: true } email_code: { type: string(255) } email_confirmed: { type: boolean, default: false } profile_filled: { type: boolean, default: false } password: { type: string(255), notnull: true } image_id: { type: integer } gender: { type: enum, values: [male, female] } description: { type: string } dob: { type: date } height: { type: