# | exclusive | inclusive | rows x | rows | loops | node |
---|---|---|---|---|---|---|
1. | 2.263 | 2,445.798 | ↑ 1.0 | 1 | 1 |
→
Aggregate (cost=2,447,273.40..2,447,273.41 rows=1 width=0) (actual time=2,445.797..2,445.798 rows=1 loops=1) |
2. | 552.613 | 2,443.535 | ↑ 16.2 | 4,201 | 1 |
→
Hash Semi Join (cost=157,898.16..2,447,103.26 rows=68,053 width=0) (actual time=523.914..2,443.535 rows=4,201 loops=1)
|
3. | 1,490.564 | 1,809.019 | ↑ 1.9 | 789,436 | 1 |
→
Bitmap Heap Scan on action_states (cost=84,149.35..2,367,557.06 rows=1,514,900 width=4) (actual time=441.813..1,809.019 rows=789,436 loops=1)
|
4. | 318.455 | 318.455 | ↑ 1.9 | 789,459 | 1 |
→
Bitmap Index Scan on index_action_states_state_timestamp3 (cost=0.00..83,770.62 rows=1,514,900 width=0) (actual time=318.455..318.455 rows=789,459 loops=1)
|
5. | 6.133 | 81.903 | ↑ 2.2 | 9,312 | 1 |
→
Hash (cost=73,489.99..73,489.99 rows=20,706 width=4) (actual time=81.903..81.903 rows=9,312 loops=1)
|
6. | 73.208 | 75.770 | ↑ 2.2 | 9,312 | 1 |
→
Bitmap Heap Scan on ads (cost=1,200.41..73,489.99 rows=20,706 width=4) (actual time=4.176..75.770 rows=9,312 loops=1)
|
7. | 2.562 | 2.562 | ↑ 1.9 | 11,118 | 1 |
→
Bitmap Index Scan on index_ads_user_id (cost=0.00..1,195.23 rows=20,706 width=0) (actual time=2.562..2.562 rows=11,118 loops=1)
|
Total runtime | : | 2,447.270 ms |
---|