QUERY PLAN
Aggregate (cost=5938.34..5938.35 rows=1 width=8)
-> Seq Scan on tbl_api_log a (cost=0.00..5935.08 rows=1304 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))