QUERY PLAN
Limit (cost=11.64..11.69 rows=20 width=267)
-> Sort (cost=11.59..11.89 rows=120 width=267)
Sort Key: updated_at DESC
-> Seq Scan on tbl_users (cost=0.00..7.80 rows=120 width=267)
Filter: (user_status = '-1'::type_global_user_status)