QUERY PLAN
Limit (cost=8812.81..8812.81 rows=1 width=1006)
-> Sort (cost=8812.81..8812.81 rows=1 width=1006)
Sort Key: a.id DESC
-> Seq Scan on tbl_api_log a (cost=0.00..8812.80 rows=1 width=1006)
Filter: (url ~~* '%task-group%'::text)