• Bitmap Index Scan: Use the index to note which pages have relevant rows.

  • Index Cond: The condition used to search the index.

  • Recheck Cond: We only have page addresses, not record ids. Scan all records on the identified pages, use the predicate to find qualifying rows.