| Sort (cost=190.81..190.93 rows=47 width=265) |
| Sort Key: tbl_users.pinyin1 NULLS FIRST, tbl_users.namecut1 NULLS FIRST, tbl_users.pinyin2 NULLS FIRST, tbl_users.namecut2 NULLS FIRST, tbl_users.pinyin3 NULLS FIRST, tbl_users.namecut3 NULLS FIRST, tbl_users.pinyin4 NULLS FIRST, tbl_users.namecut4 NULLS FIRST |
| -> Hash Join (cost=181.72..189.51 rows=47 width=265) |
| Hash Cond: (tbl_users.id = tbl_projects.creator) |
| -> Seq Scan on tbl_users (cost=0.00..7.41 rows=141 width=265) |
| -> Hash (cost=181.13..181.13 rows=47 width=4) |
| -> HashAggregate (cost=180.19..180.66 rows=47 width=4) |
| Group Key: tbl_projects.creator |
| -> Seq Scan on tbl_projects (cost=0.00..172.55 rows=3055 width=4) |