QUERY PLAN
Limit (cost=26.45..26.46 rows=5 width=362)
-> Sort (cost=26.45..26.46 rows=5 width=362)
Sort Key: s.is_stop, s.sort, s.is_delete, s.created_at DESC
-> Group (cost=26.37..26.39 rows=5 width=362)
Group Key: s.id
-> Sort (cost=26.37..26.38 rows=5 width=362)
Sort Key: s.id
-> Seq Scan on tbl_services s (cost=0.00..26.31 rows=5 width=362)
Filter: (NOT is_delete)