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.is_active = true
Time34.2240 ms
Parameters{}

Execution Plan

QUERY PLAN
Seq Scan on video (cost=0.00..1.06 rows=3 width=3654)
Filter: is_active