~/ 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/9cb904a7-70bf-4f6d-b6d0-6dd7308a41ac/flashcard utf-8 LF