| Hash Join (cost=117.48..138.95 rows=567 width=4) |
| Hash Cond: (author_1.id = author.id) |
| -> HashAggregate (cost=75.48..92.48 rows=1700 width=4) |
| Group Key: author_1.id |
| -> Append (cost=10.74..71.23 rows=1700 width=4) |
| -> Bitmap Heap Scan on author author_1 (cost=10.74..31.37 rows=850 width=4) |
| Recheck Cond: (id > 10) |
| -> Bitmap Index Scan on author_pkey (cost=0.00..10.53 rows=850 width=0) |
| Index Cond: (id > 10) |
| -> Bitmap Heap Scan on author author_2 (cost=10.74..31.37 rows=850 width=4) |
| Recheck Cond: (id < 10) |
| -> Bitmap Index Scan on author_pkey (cost=0.00..10.53 rows=850 width=0) |
| Index Cond: (id < 10) |
| -> Hash (cost=31.37..31.37 rows=850 width=4) |
| -> Bitmap Heap Scan on author (cost=10.74..31.37 rows=850 width=4) |
| Recheck Cond: (id > 100) |
| -> Bitmap Index Scan on author_pkey (cost=0.00..10.53 rows=850 width=0) |
| Index Cond: (id > 100) |