QUERY PLAN
Aggregate (cost=4365.36..4365.37 rows=1 width=8)
-> Seq Scan on tbl_api_log a (cost=0.00..4365.35 rows=1 width=0)
Filter: ((url ~~* '%v2/tesk%'::text) AND ("time" >= '2025-07-02 00:00:00'::timestamp without time zone) AND ("time" < '2025-07-03 00:00:00'::timestamp without time zone))