QUERY PLAN
Limit (cost=6157.91..6157.92 rows=1 width=839)
-> Sort (cost=6157.91..6157.91 rows=1 width=839)
Sort Key: a.id DESC
-> Seq Scan on tbl_api_log a (cost=0.00..6157.90 rows=1 width=839)
Filter: ((url ~~* '%v2%'::text) AND ("time" >= '2025-09-20 00:00:00'::timestamp without time zone) AND ("time" < '2025-09-22 00:00:00'::timestamp without time zone))