QUERY PLAN
Limit (cost=6123.10..6123.11 rows=1 width=839)
-> Sort (cost=6123.10..6123.10 rows=1 width=839)
Sort Key: a.id DESC
-> Seq Scan on tbl_api_log a (cost=0.00..6123.09 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))