QUERY PLAN
Limit (cost=5036.74..5036.74 rows=1 width=848)
-> Sort (cost=5036.74..5036.74 rows=1 width=848)
Sort Key: a.id DESC
-> Seq Scan on tbl_api_log a (cost=0.00..5036.73 rows=1 width=848)
Filter: ((url ~~* '%v2%'::text) AND ("time" >= '2025-09-17 16:54:00'::timestamp without time zone) AND ("time" < '2025-09-17 16:56:00'::timestamp without time zone))