QUERY PLAN
Limit (cost=10.64..10.69 rows=20 width=265)
-> Sort (cost=10.64..10.91 rows=109 width=265)
Sort Key: updated_at DESC
-> Seq Scan on tbl_users (cost=0.00..7.74 rows=109 width=265)
Filter: (user_status = '-1'::type_global_user_status)