QUERY PLAN
Aggregate (cost=312.92..312.93 rows=1 width=8)
-> Seq Scan on tbl_api_log a (cost=0.00..312.76 rows=62 width=0)
Filter: ((url ~~* '%v2%'::text) AND ("time" >= '2025-09-03 00:00:00'::timestamp without time zone) AND ("time" < '2025-09-04 00:00:00'::timestamp without time zone))