QUERY PLAN
Aggregate (cost=4594.40..4594.41 rows=1 width=8)
-> Seq Scan on tbl_api_log a (cost=0.00..4590.76 rows=1458 width=0)
Filter: (("time" >= '2025-07-03 00:00:00'::timestamp without time zone) AND ("time" < '2025-07-04 00:00:00'::timestamp without time zone))