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