QUERY PLAN
Limit (cost=1345.87..1345.91 rows=17 width=693)
-> Sort (cost=1345.87..1345.91 rows=17 width=693)
Sort Key: a.id DESC
-> Seq Scan on tbl_api_log a (cost=0.00..1345.52 rows=17 width=693)
Filter: ((url ~~* '%approve/get-verify-users%'::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))