Indexes are database structures created specifically to accelerate data retrieval operations. They provide fast lookup paths to rows without scanning entire tables. Option A is incorrect - indexes are commonly used. Option B is wrong - indexes add overhead to storage. Option C is false - indexes frequently dramatically improve query performance.