| Sort (cost=16.49..16.50 rows=1 width=52) |
| 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=52) |
| Recheck Cond: (id = ANY ('{1000,5095,1004}'::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 ('{1000,5095,1004}'::integer[])) |