Back to the Query Overview

Executed SQL

Statement
EXPLAIN SELECT video.id AS video_id, video.title AS video_title, video.meta_title AS video_meta_title, video.description AS video_description, video.page_url AS video_page_url, video.album_cover AS video_album_cover, video.document_id AS video_document_id, video.album_id AS video_album_id, video.keywords AS video_keywords, video."order" AS video_order, video.is_published AS video_is_published, video.is_active AS video_is_active, video.created_by AS video_created_by, video.created AS video_created, video.last_updated AS video_last_updated, video.published_on AS video_published_on 
FROM video 
WHERE video.page_url = %(page_url_1)s AND video.is_active = true 
 LIMIT %(param_1)s
Time0.2880 ms
Parameters{"param_1": 1, "page_url_1": "jacwud-superd-hardwood-mdf---rain"}

Execution Plan

QUERY PLAN
Limit (cost=0.00..1.07 rows=1 width=3654)
-> Seq Scan on video (cost=0.00..1.07 rows=1 width=3654)
Filter: (is_active AND ((page_url)::text = 'jacwud-superd-hardwood-mdf---rain'::text))