| Nested Loop Semi Join (cost=0.00..3727.05 rows=565 width=4) (actual time=9.149..11.166 rows=1 loops=1) |
| -> Seq Scan on tbl (cost=0.00..1855.06 rows=565 width=4) (actual time=4.589..6.604 rows=1 loops=1) |
| Filter: (id = 69420) |
| Rows Removed by Filter: 100000 |
| -> Materialize (cost=0.00..1857.89 rows=565 width=4) (actual time=4.556..4.557 rows=1 loops=1) |
| -> Seq Scan on tbl tbl_1 (cost=0.00..1855.06 rows=565 width=4) (actual time=4.550..4.550 rows=1 loops=1) |
| Filter: (id = 69420) |
| Rows Removed by Filter: 69420 |
| Planning Time: 0.990 ms |
| Execution Time: 11.195 ms |