~/ learn/ postgresql/ cards/ Indexing & Performance
1 of 3

Run EXPLAIN on a query selecting all fiction books — see the plan the planner chooses.

Run EXPLAIN on a query selecting all fiction books — see the plan the planner chooses.

Answer

EXPLAIN SELECT * FROM books WHERE genre = 'fiction';

space flip · ← → navigate · esc to exit
NORMAL ~/memra/library/6fcf84aa-6437-4b5d-ab1b-72f10d90ba04/flashcard utf-8 LF