EXPLAIN
SELECT index_style.created AS index_style_created, index_style.updated AS index_style_updated, index_style.id AS index_style_id, index_style.width AS index_style_width, index_style.height AS index_style_height, index_style.index_link_enabled AS index_style_index_link_enabled
FROM index_style
WHERE index_style.id = %(id_1)s
QUERY PLAN |
---|
Index Scan using pk_index_style on index_style (cost=0.14..8.16 rows=1 width=299) |
Index Cond: ((id)::text = 'weko'::text) |