@@ -36,7 +36,7 @@ DETAIL: Falling back to Postgres-based planner because GPORCA does not support
3636--------------------------------------------------------------------------------------------------
3737 Update on constr_tab (cost=0.00..1.03 rows=1 width=22)
3838 -> Explicit Redistribute Motion 3:3 (slice1; segments: 3) (cost=0.00..1.03 rows=1 width=22)
39- -> Split (cost=0.00..1.03 rows=1 width=22)
39+ -> Split Update (cost=0.00..1.03 rows=1 width=22)
4040 -> Seq Scan on constr_tab (cost=0.00..1.01 rows=1 width=22)
4141 Optimizer: Postgres query optimizer
4242(5 rows)
@@ -72,7 +72,7 @@ DETAIL: Falling back to Postgres-based planner because GPORCA does not support
7272--------------------------------------------------------------------------------------------------
7373 Update on constr_tab (cost=0.00..1.03 rows=1 width=22)
7474 -> Explicit Redistribute Motion 3:3 (slice1; segments: 3) (cost=0.00..1.03 rows=1 width=22)
75- -> Split (cost=0.00..1.03 rows=1 width=22)
75+ -> Split Update (cost=0.00..1.03 rows=1 width=22)
7676 -> Seq Scan on constr_tab (cost=0.00..1.01 rows=1 width=22)
7777 Optimizer: Postgres query optimizer
7878(5 rows)
@@ -93,7 +93,7 @@ DETAIL: Falling back to Postgres-based planner because GPORCA does not support
9393--------------------------------------------------------------------------------------------------
9494 Update on constr_tab (cost=0.00..1.03 rows=1 width=22)
9595 -> Explicit Redistribute Motion 3:3 (slice1; segments: 3) (cost=0.00..1.03 rows=1 width=22)
96- -> Split (cost=0.00..1.03 rows=1 width=22)
96+ -> Split Update (cost=0.00..1.03 rows=1 width=22)
9797 -> Seq Scan on constr_tab (cost=0.00..1.01 rows=1 width=22)
9898 Optimizer: Postgres query optimizer
9999(5 rows)
@@ -112,7 +112,7 @@ explain update constr_tab set a = 10;
112112 -> Result (cost=0.00..431.00 rows=2 width=34)
113113 -> Redistribute Motion 3:3 (slice1; segments: 3) (cost=0.00..431.00 rows=2 width=30)
114114 Hash Key: constr_tab_1.a
115- -> Split (cost=0.00..431.00 rows=1 width=30)
115+ -> Split Update (cost=0.00..431.00 rows=1 width=30)
116116 -> Seq Scan on constr_tab (cost=0.00..431.00 rows=1 width=26)
117117 Optimizer: Pivotal Optimizer (GPORCA)
118118(9 rows)
0 commit comments