QUERY PLAN
Limit (cost=343.88..343.89 rows=1 width=775)
-> Sort (cost=343.88..343.89 rows=1 width=775)
Sort Key: a.id DESC
-> Seq Scan on tbl_api_log a (cost=0.00..343.87 rows=1 width=775)
Filter: ((url ~~* '%v2%'::text) AND ("time" >= '2025-07-04 00:00:00'::timestamp without time zone) AND ("time" < '2025-07-05 00:00:00'::timestamp without time zone))