# | exclusive | inclusive | rows x | rows | loops | node |
---|---|---|---|---|---|---|
1. | 0.004 | 8,921.850 | ↑ 1.0 | 12 | 1 |
→
Limit (cost=1.14..330.96 rows=12 width=108) (actual time=8,921.684..8,921.850 rows=12 loops=1) |
2. | 0.008 | 8,921.846 | ↑ 6,535.8 | 12 | 1 |
→
Nested Loop (cost=1.14..2,155,591.92 rows=78,429 width=108) (actual time=8,921.682..8,921.846 rows=12 loops=1) |
3. | 0.016 | 8,921.826 | ↑ 6,535.8 | 12 | 1 |
→
Nested Loop (cost=0.86..2,132,645.67 rows=78,429 width=101) (actual time=8,921.676..8,921.826 rows=12 loops=1) |
4. | 8,921.750 | 8,921.750 | ↑ 107,230.9 | 12 | 1 |
→
Index Scan Backward using pk_process on process p (cost=0.44..1,196,804.87 rows=1,286,771 width=48) (actual time=8,921.658..8,921.750 rows=12 loops=1)
|
5. | 0.060 | 0.060 | ↑ 1.0 | 1 | 12 |
→
Index Scan using idx_entity_uuid on entity e (cost=0.43..0.72 rows=1 width=69) (actual time=0.005..0.005 rows=1 loops=12)
|
6. | 0.012 | 0.012 | ↑ 1.0 | 1 | 12 |
→
Index Scan using pk_workflow_state on workflow_state ws (cost=0.28..0.29 rows=1 width=23) (actual time=0.001..0.001 rows=1 loops=12)
|