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