QUERY PLAN
Finalize Aggregate (cost=27017.65..27017.66 rows=1 width=8)
-> Gather (cost=27017.43..27017.64 rows=2 width=8)
Workers Planned: 2
-> Partial Aggregate (cost=26017.43..26017.44 rows=1 width=8)
-> Parallel Seq Scan on tbl_api_log a (cost=0.00..26013.97 rows=1386 width=0)
Filter: ((url ~~* '%v2%'::text) AND ("time" >= '2025-07-28 00:00:00'::timestamp without time zone) AND ("time" < '2025-07-29 00:00:00'::timestamp without time zone))