~/ learn/ postgresql/ cards/ Indexes & EXPLAIN
1 of 1

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/84e98985-67c4-4e04-b96f-f45e0246769d/flashcard utf-8 LF