Aggregate (cost=27665.59..27665.60 rows=1 width=8) |
-> Gather (cost=1000.00..27665.59 rows=1 width=0) |
Workers Planned: 2 |
-> Parallel Seq Scan on tbl_api_log a (cost=0.00..26665.49 rows=1 width=0) |
Filter: ((url ~~* '%v2%'::text) AND ("time" >= '2025-08-11 00:00:00'::timestamp without time zone) AND ("time" < '2025-08-12 00:00:00'::timestamp without time zone)) |