QUERY PLAN
Sort (cost=16.49..16.50 rows=1 width=266)
Sort Key: pinyin1 NULLS FIRST, namecut1 NULLS FIRST, pinyin2 NULLS FIRST, namecut2 NULLS FIRST, pinyin3 NULLS FIRST, namecut3 NULLS FIRST, pinyin4 NULLS FIRST, namecut4 NULLS FIRST
-> Bitmap Heap Scan on tbl_users (cost=8.46..16.48 rows=1 width=266)
Recheck Cond: (id = ANY ('{1011,1013,5360}'::integer[]))
Filter: (user_status = '1'::type_global_user_status)
-> Bitmap Index Scan on tbl_users_pkey (cost=0.00..8.46 rows=3 width=0)
Index Cond: (id = ANY ('{1011,1013,5360}'::integer[]))