QUERY PLAN
Limit (cost=19.97..20.02 rows=20 width=266)
-> Sort (cost=19.97..20.26 rows=119 width=266)
Sort Key: updated_at DESC
-> Seq Scan on tbl_users (cost=0.00..16.80 rows=119 width=266)
Filter: (user_status = '-1'::type_global_user_status)