QUERY PLAN
Limit (cost=4404.56..4404.57 rows=1 width=717)
-> Sort (cost=4404.56..4404.57 rows=1 width=717)
Sort Key: a.id DESC
-> Seq Scan on tbl_api_log a (cost=0.00..4404.55 rows=1 width=717)
Filter: ((url ~~* '%v2/task%'::text) AND ("time" >= '2025-07-02 00:00:00'::timestamp without time zone) AND ("time" < '2025-07-03 00:00:00'::timestamp without time zone))