~/ 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/7bc9938f-4c41-4a71-8b9f-bd20fbe13c43/flashcard utf-8 LF