QUERY PLAN
Aggregate (cost=5231.40..5231.41 rows=1 width=8)
-> Seq Scan on tbl_api_log a (cost=0.00..5231.40 rows=1 width=0)
Filter: ((url ~~* '%api0\_1%'::text) AND ("time" >= '2025-06-01 00:00:00'::timestamp without time zone) AND ("time" < '2025-07-03 00:00:00'::timestamp without time zone))