| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 50.044 | 115830.044 | ↑ 1.0 | 10000 | 1 |
→
Seq Scan on public.author a (cost=0.00..15448695.48 rows=10000 width=55) (actual time=12.592..115830.044 rows=10000 loops=1)
|
| 2. |
SubPlan (forSeq Scan) |
|||||
| 3. | 110.000 | 230.000 | ↑ 1.0 | 1 | 10000 |
→
Aggregate (cost=26.31..26.32 rows=1 width=60) (actual time=0.023..0.023 rows=1 loops=10000)
|
| 4. | 40.000 | 120.000 | ↑ 1.0 | 6 | 10000 |
→
Bitmap Heap Scan on public.authorbook ab (cost=4.32..26.29 rows=6 width=60) (actual time=0.011..0.012 rows=6 loops=10000)
|
| 5. | 80.000 | 80.000 | ↑ 1.0 | 6 | 10000 |
→
Bitmap Index Scan on pk_authorbook (cost=0.00..4.31 rows=6 width=0) (actual time=0.008..0.008 rows=6 loops=10000)
|
| 6. | 190.000 | 115550.000 | ↑ 1.0 | 1 | 10000 |
→
Aggregate (cost=1518.52..1518.53 rows=1 width=16) (actual time=11.555..11.555 rows=1 loops=10000)
|
| 7. | 70600.000 | 115360.000 | ↑ 1.0 | 12 | 10000 |
→
Hash Join (cost=26.37..1518.49 rows=12 width=16) (actual time=5.712..11.536 rows=12 loops=10000)
|
| 8. | 44650.000 | 44650.000 | ↑ 1.0 | 60000 | 10000 |
→
Seq Scan on public.authorbook t2 (cost=0.00..1042.00 rows=60000 width=32) (actual time=0.003..4.465 rows=60000 loops=10000)
|
| 9. | 40.000 | 110.000 | ↑ 1.0 | 6 | 10000 |
→
Hash (cost=26.29..26.29 rows=6 width=16) (actual time=0.011..0.011 rows=6 loops=10000)
|
| 10. | 30.000 | 70.000 | ↑ 1.0 | 6 | 10000 |
→
Bitmap Heap Scan on public.authorbook t1 (cost=4.32..26.29 rows=6 width=16) (actual time=0.006..0.007 rows=6 loops=10000)
|
| 11. | 40.000 | 40.000 | ↑ 1.0 | 6 | 10000 |
→
Bitmap Index Scan on pk_authorbook (cost=0.00..4.31 rows=6 width=0) (actual time=0.004..0.004 rows=6 loops=10000)
|