QUERY PLAN
Limit (cost=12.96..13.01 rows=20 width=756)
-> Sort (cost=12.96..13.08 rows=50 width=756)
Sort Key: s.is_stop, s.sort, s.is_delete, s.created_at DESC
-> HashAggregate (cost=11.12..11.62 rows=50 width=756)
Group Key: s.id
-> Seq Scan on tbl_services s (cost=0.00..11.00 rows=50 width=756)
Filter: (NOT is_delete)