QUERY PLAN
Limit (cost=9113.86..9113.87 rows=1 width=1006)
-> Sort (cost=9113.86..9113.87 rows=1 width=1006)
Sort Key: a.id DESC
-> Seq Scan on tbl_api_log a (cost=0.00..9113.85 rows=1 width=1006)
Filter: ((url ~~* '%v2/task/get-new-group%'::text) AND ("time" >= '2025-12-17 17:00:00'::timestamp without time zone) AND ("time" <= '2025-12-17 23:55:00'::timestamp without time zone))