| # | exclusive | inclusive | rows x | rows | loops | node |
|---|---|---|---|---|---|---|
| 1. | 3352.212 | 6291.833 | ↑ 11.0 | 1 | 1 |
→
GroupAggregate (cost=3673.66..3775.46 rows=11 width=63) (actual time=6291.832..6291.833 rows=1 loops=1) |
| 2. |
Initplan (forGroupAggregate) |
|||||
| 3. | 0.015 | 0.015 | ↑ 1.0 | 1 | 1 |
→
Index Scan using "idx1:player_name_search" on player (cost=0.00..6.28 rows=1 width=4) (actual time=0.014..0.015 rows=1 loops=1)
|
| 4. | 380.961 | 1890.224 | ↓ 756.0 | 524691 | 1 |
→
Sort (cost=3667.38..3669.12 rows=694 width=63) (actual time=1841.823..1890.224 rows=524691 loops=1)
|
| 5. | 187.345 | 1509.263 | ↓ 756.0 | 524691 | 1 |
→
Hash Join (cost=1800.68..3634.63 rows=694 width=63) (actual time=27.838..1509.263 rows=524691 loops=1)
|
| 6. | 64.018 | 1321.890 | ↓ 756.0 | 524691 | 1 |
→
Nested Loop (cost=1798.96..3623.37 rows=694 width=58) (actual time=27.798..1321.890 rows=524691 loops=1) |
| 7. | 0.026 | 0.026 | ↑ 1.0 | 1 | 1 |
→
Index Scan using player_primary_key on player (cost=0.00..6.27 rows=1 width=13) (actual time=0.025..0.026 rows=1 loops=1)
|
| 8. | 937.214 | 1257.846 | ↓ 756.0 | 524691 | 1 |
→
Hash Join (cost=1798.96..3610.15 rows=694 width=49) (actual time=27.771..1257.846 rows=524691 loops=1)
|
| 9. | 292.911 | 292.911 | ↓ 756.0 | 524691 | 1 |
→
Index Scan using "chps:idx2-id_player" on cash_hand_player_statistics (cost=0.00..1796.44 rows=694 width=51) (actual time=0.010..292.911 rows=524691 loops=1)
|
| 10. | 15.537 | 27.721 | ↑ 1.0 | 59065 | 1 |
→
Hash (cost=1060.65..1060.65 rows=59065 width=6) (actual time=27.721..27.721 rows=59065 loops=1)
|
| 11. | 12.184 | 12.184 | ↑ 1.0 | 59065 | 1 |
→
Seq Scan on player player_real (cost=0.00..1060.65 rows=59065 width=6) (actual time=0.003..12.184 rows=59065 loops=1) |
| 12. | 0.013 | 0.028 | ↑ 1.0 | 32 | 1 |
→
Hash (cost=1.32..1.32 rows=32 width=9) (actual time=0.028..0.028 rows=32 loops=1)
|
| 13. | 0.015 | 0.015 | ↑ 1.0 | 32 | 1 |
→
Seq Scan on cash_limit (cost=0.00..1.32 rows=32 width=9) (actual time=0.005..0.015 rows=32 loops=1) |
| 14. |
SubPlan (forGroupAggregate) |
|||||
| 15. | 1049.382 | 1049.382 | ↓ 0.0 | 0 | 524691 |
→
Index Scan using cash_table_session_summary_primary_key on cash_table_session_summary chps_s (cost=0.00..6.28 rows=1 width=8) (actual time=0.002..0.002 rows=0 loops=524691)
|