QUERY PLAN
Limit (cost=6504.09..6504.10 rows=1 width=843)
-> Sort (cost=6504.09..6504.09 rows=1 width=843)
Sort Key: a.id DESC
-> Seq Scan on tbl_api_log a (cost=0.00..6504.07 rows=1 width=843)
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))