QUERY PLAN
Aggregate (cost=8.91..8.92 rows=1 width=8)
-> Sort (cost=8.89..8.89 rows=1 width=3844)
Sort Key: tbl_users.updated_at DESC
-> Seq Scan on tbl_users (cost=0.00..8.88 rows=1 width=3844)
Filter: ((user_status = ANY ('{1,2}'::type_global_user_status[])) AND (((name)::text ~~* '%176%'::text) OR ((email)::text ~~* '%176%'::text) OR (pinyin_shortcut ~~* '%176%'::text)))