Index
will improve the query performance for a record but be careful not to create too many indexes on one single table because more indexes means the database needs more time for insert and delete operations getting incrementally slower the more indexes there are. So best to have between one or five indexes per table.