QUERY PLAN
Aggregate (cost=2808.21..2808.22 rows=1 width=8)
-> Seq Scan on tbl_api_log a (cost=0.00..2805.03 rows=1275 width=0)
Filter: ((url ~~* '%v2%'::text) AND ("time" >= '2025-09-11 00:00:00'::timestamp without time zone) AND ("time" < '2025-09-12 00:00:00'::timestamp without time zone))