QUERY PLAN
Aggregate (cost=428.84..428.86 rows=1 width=16)
-> Seq Scan on tbl_implement_records (cost=0.00..428.13 rows=95 width=20)
Filter: ((NOT is_draft) AND (arrived_at >= '2026-01-01 00:00:00+08'::timestamp with time zone) AND (arrived_at <= '2026-12-31 23:59:59+08'::timestamp with time zone) AND (created_by = ANY ('{5085,5248,1015,1022,5064,1023}'::integer[])))