Indexes
You can use indexes to optimize performance for fetching data. Indexes provide pointers to locations of frequently accessed data. You can create an index on the columns in an object that you frequently query.
You cannot redefine existing indexes. You must delete indexes and re-create their definitions.