QUERY PLAN
Aggregate (cost=9113.86..9113.87 rows=1 width=8)
-> Seq Scan on tbl_api_log a (cost=0.00..9113.85 rows=1 width=0)
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))