Back to the Query Overview

Executed SQL

Statement
EXPLAIN SELECT web_photos.web_photo_id AS web_photos_web_photo_id, web_photos.photo AS web_photos_photo, web_photos.description AS web_photos_description, web_photos.created AS web_photos_created, web_photos.last_updated AS web_photos_last_updated, web_photos.album_id AS web_photos_album_id 
FROM web_photos 
WHERE %(param_1)s = web_photos.album_id
Time0.3891 ms
Parameters{"param_1": 27}

Execution Plan

QUERY PLAN
Seq Scan on web_photos (cost=0.00..4.76 rows=1 width=102)
Filter: (27 = album_id)