Aggregate (cost=2110.60..2110.61 rows=1 width=8) |
-> Seq Scan on tbl_api_log a (cost=0.00..2108.99 rows=645 width=0) |
Filter: ((url ~~* '%v2%'::text) AND ("time" >= '2025-08-02 00:00:00'::timestamp without time zone) AND ("time" < '2025-08-03 00:00:00'::timestamp without time zone)) |