QUERY PLAN
Aggregate (cost=8.85..8.86 rows=1 width=8)
-> Sort (cost=8.83..8.84 rows=1 width=3843)
Sort Key: tbl_users.updated_at DESC
-> Seq Scan on tbl_users (cost=0.00..8.82 rows=1 width=3843)
Filter: ((user_status = ANY ('{1,2}'::type_global_user_status[])) AND (((name)::text ~~* '%yyx%'::text) OR ((email)::text ~~* '%yyx%'::text) OR (pinyin_shortcut ~~* '%yyx%'::text)))