QUERY PLAN
Limit (cost=3729.25..3729.26 rows=1 width=834)
-> Sort (cost=3729.25..3729.26 rows=1 width=834)
Sort Key: a.id DESC
-> Seq Scan on tbl_api_log a (cost=0.00..3729.24 rows=1 width=834)
Filter: ((url ~~* '%get-unread%'::text) AND ("time" >= '2025-09-15 00:00:00'::timestamp without time zone) AND ("time" < '2025-09-16 00:00:00'::timestamp without time zone))