QUERY PLAN
Limit (cost=1110.42..1110.47 rows=20 width=700)
-> Sort (cost=1110.42..1110.58 rows=65 width=700)
Sort Key: a.id DESC
-> Seq Scan on tbl_api_log a (cost=0.00..1108.69 rows=65 width=700)
Filter: ((url ~~* '%approve%'::text) AND ("time" >= '2025-07-22 00:00:00'::timestamp without time zone) AND ("time" < '2025-07-24 00:00:00'::timestamp without time zone))