database - User search option. age: in ruby on rails -


i planning ahead user search engine , have quick question. users able search other users based on name, location, age, activities, gender, etc.

as stands index name , email login purposes. there isn't age column in database, dob. need add age column , index column in order make searches faster?

will need index each column users able search by?


Comments