QUERY PLAN
Limit (cost=5233.78..5233.78 rows=1 width=719)
-> Sort (cost=5233.78..5233.78 rows=1 width=719)
Sort Key: a.id DESC
-> Seq Scan on tbl_api_log a (cost=0.00..5233.77 rows=1 width=719)
Filter: ((url ~~* '%api0\_1%'::text) AND ("time" >= '2025-06-01 00:00:00'::timestamp without time zone) AND ("time" < '2025-07-03 00:00:00'::timestamp without time zone))