QUERY PLAN
Aggregate (cost=5547.59..5547.60 rows=1 width=8)
-> Seq Scan on tbl_api_log a (cost=0.00..5545.55 rows=817 width=0)
Filter: ((url ~~* '%v2%'::text) AND ("time" >= '2025-09-18 00:00:00'::timestamp without time zone) AND ("time" < '2025-09-19 00:00:00'::timestamp without time zone))