EXPLAIN

SQL Explained

Executed SQL
SELECT file_list.id AS file_list_id, file_list.sequence AS file_list_sequence, file_list.timestamp AS file_list_timestamp, file_list.timetype AS file_list_timetype, file_list.read AS file_list_read 
FROM file_list 
 LIMIT %(param_1)s
Time
0.81 ms
QUERY PLAN
Limit  (cost=0.00..1.01 rows=1 width=41)
  ->  Seq Scan on file_list  (cost=0.00..1.01 rows=1 width=41)