QUERY PLAN
Limit (cost=17.89..17.89 rows=1 width=266)
-> Sort (cost=17.89..17.89 rows=1 width=266)
Sort Key: updated_at DESC
-> Seq Scan on tbl_users (cost=0.00..17.88 rows=1 width=266)
Filter: ((user_status = ANY ('{1,2}'::type_global_user_status[])) AND (((name)::text ~~* '%1760080%'::text) OR ((email)::text ~~* '%1760080%'::text) OR (pinyin_shortcut ~~* '%1760080%'::text)))